Closed
Description
While reading the https://github.com/PacoVK/tapir/blob/main/docs/configuration.md file we are asked to set values which are sensitive by nature, such as BACKEND_AZURE_MASTER_KEY
, AZURE_BLOB_CONNECTION_STRING
, AUTH_CLIENT_SECRET
and so on.
It's not clear in the docs how best to mask or secure these secrets. We could be doing a k8 namespace opaque secret, or something similar. But I'm unsure what works best with the container, when running in k8.
If you can help me understand how to implement a secret with Tapir, I'd be happy to add that to the docs as well.
Metadata
Metadata
Assignees
Labels
No labels