public final class ConfigProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MASTER_PASSWORD_CONFIG_KEY
Configuration property key to set master password ("security.config.aes.insecure-passphrase").
|
static String |
MASTER_PASSWORD_ENV_VARIABLE
Environment variable to set master password ("SECURE_CONFIG_AES_MASTER_PWD").
|
static String |
PRIVATE_KEY_ALIAS_ENV_VARIABLE
Environment variable to set private key alias within a keystore.
|
static String |
PRIVATE_KEY_PASS_ENV_VARIABLE
Environment variable to set pass phrase for private key.
|
static String |
PRIVATE_KEY_PEM_PATH_ENV_VARIABLE
Environment variable to set location of private key ("SECURE_CONFIG_RSA_PEM_KEY") PEM file.
|
static String |
PRIVATE_KEYSTORE_PASS_ENV_VARIABLE
Environment variable to set pass phrase for keystore.
|
static String |
PRIVATE_KEYSTORE_PATH_ENV_VARIABLE
Environment variable to set location of private key ("SECURE_CONFIG_RSA_PRIVATE_KEY") keystore.
|
static String |
PRIVATE_KEYSTORE_TYPE_ENV_VARIABLE
Environment variable to set key type to use.
|
static String |
REQUIRE_ENCRYPTION_CONFIG_KEY
Configuration key to set
whether to require encryption of secrets or not (
"security.config.require-encryption"). |
static String |
REQUIRE_ENCRYPTION_ENV_VARIABLE
Environment variable to set whether to require encryption of secrets or not (
"SECURE_CONFIG_REQUIRE_ENCRYPTION"). |
public static final String MASTER_PASSWORD_ENV_VARIABLE
public static final String MASTER_PASSWORD_CONFIG_KEY
public static final String PRIVATE_KEYSTORE_PATH_ENV_VARIABLE
public static final String PRIVATE_KEY_PEM_PATH_ENV_VARIABLE
public static final String REQUIRE_ENCRYPTION_ENV_VARIABLE
"SECURE_CONFIG_REQUIRE_ENCRYPTION").
If set to true, an exception will be thrown in the following cases:
public static final String PRIVATE_KEYSTORE_TYPE_ENV_VARIABLE
RSA - default value, unix-like non-encrypted private keyPKCS12 - keystore, password protected store and/or private keypublic static final String PRIVATE_KEY_ALIAS_ENV_VARIABLE
public static final String PRIVATE_KEYSTORE_PASS_ENV_VARIABLE
public static final String PRIVATE_KEY_PASS_ENV_VARIABLE
public static final String REQUIRE_ENCRYPTION_CONFIG_KEY
"security.config.require-encryption").
If set to true, an exception will be thrown in the following cases:
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.