Skip to main content
Gå til innhold

Handling secrets for applications in Platon PaaS

Many applications need access to secrets like passwords and cryptographic keys. There are several ways of handling this in Platon PaaS with varying degree of complexity.

Basic Alternatives

Advanced alternatives

  • Using the Vault Agent - Using the Vault Agent as an init/sidecar. This allows for features like templating and refreshing secrets.
  • kdk - A Python based deployment method which has functionality for fetching secrets from Vault. See also hello-world-kdk.

See also

  • Our Vault documentation for an overview of Vault and more information on how to use it for different use cases.