Constant Field Values
Contents
org.springframework.*
-
org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener Modifier and Type Constant Field Value public static final int
DEFAULT_ORDER
-2147483644
-
org.springframework.cloud.config.server.config.ConfigServerProperties Modifier and Type Constant Field Value public static final String
PREFIX
"spring.cloud.config.server"
-
org.springframework.cloud.config.server.diagnostics.GitUriFailureAnalyzer Modifier and Type Constant Field Value public static final String
ACTION
"If you are using the git profile, you need to set a Git URI in your configuration. If you have set spring.cloud.config.server.bootstrap=true, you need to use a composite configuration."
public static final String
DESCRIPTION
"Invalid config server configuration."
-
org.springframework.cloud.config.server.encryption.CipherResourceJsonEncryptor Modifier and Type Constant Field Value protected final String
CIPHER_MARKER
"{cipher}"
-
org.springframework.cloud.config.server.encryption.CipherResourcePropertiesEncryptor Modifier and Type Constant Field Value protected final String
CIPHER_MARKER
"{cipher}"
-
org.springframework.cloud.config.server.encryption.CipherResourceYamlEncryptor Modifier and Type Constant Field Value protected final String
CIPHER_MARKER
"{cipher}"
-
org.springframework.cloud.config.server.environment.ConsulEnvironmentWatch Modifier and Type Constant Field Value public static final String
CONSUL_INDEX
"X-Consul-Index"
public static final String
CONSUL_TOKEN
"X-Consul-Token"
-
org.springframework.cloud.config.server.environment.GoogleSecretManagerEnvironmentProperties Modifier and Type Constant Field Value public static final String
GOOGLE_METADATA_PROJECT_URL
"http://metadata.google.internal/computeMetadata/v1/project/project-id"
-
org.springframework.cloud.config.server.environment.JGitEnvironmentProperties Modifier and Type Constant Field Value public static final String
MAIN_LABEL
"main"
public static final String
MASTER_LABEL
"master"
-
org.springframework.cloud.config.server.environment.JGitEnvironmentRepository Modifier and Type Constant Field Value public static final String
MESSAGE
"You need to configure a uri for the git repository."
-
org.springframework.cloud.config.server.environment.secretmanager.HttpHeaderGoogleConfigProvider Modifier and Type Constant Field Value public static final String
ACCESS_TOKEN_HEADER
"X-Config-Token"
public static final String
PREFIX_HEADER
"X-Secret-Prefix"
public static final String
PROJECT_ID_HEADER
"X-Project-ID"
-
org.springframework.cloud.config.server.environment.vault.SpringVaultClientAuthenticationProvider Modifier and Type Constant Field Value protected static final String
VAULT_PROPERTIES_PREFIX
"spring.cloud.config.server.vault."
-
org.springframework.cloud.config.server.support.PassphraseCredentialsProvider Modifier and Type Constant Field Value public static final String
PROMPT
"Passphrase"