SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
.See: Description
Interface | Description |
---|---|
SecretPropertyFormat |
Defines the format of secrets loaded from configuration properties.
|
Class | Description |
---|---|
PropertyResolverSecretStore |
A
SecretStore implementation that resolves secrets as base64-encoded strings from an underlying
PropertyResolver . |
SecretKeyPropertyFormat |
Wraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys
using some algorithm.
|
Enum | Description |
---|---|
PropertyFormatBase64 |
Decodes secrets in raw base64 format.
|
SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
. This supports devops-friendly secret
management, including loading secrets from environment variables and system properties, as well as from flat files.
This allows for easy integration with existing deployment options such as Docker or Kubernetes secrets APIs.Copyright © 2010-2018, ForgeRock All Rights Reserved.