Krane exposes a SecretsService for workloads. Injected pods call this service to decrypt their secrets blob using Vault. Service definition:Documentation Index
Fetch the complete documentation index at: https://engineering.unkey.com/llms.txt
Use this file to discover all available pages before exploring further.
svc/krane/proto/krane/v1/secrets.proto.
Authentication
Requests are authenticated with a Kubernetes service account token. Krane validates the token with the TokenReview API, resolves the pod from the token details, and verifies the pod labels match the deployment and environment IDs.DecryptSecretsBlob
Decrypted environment variables.

