Secrets in config #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some remotes require secrets in the config yaml file. These secrets should be read from Kubernetes secrets or directly from vault.
Best option (support multiple maybe) would be to use the Kubernetes service account jwt to mint a token and read all secrets it needs into memory. We would need a way to put the vault path, or Kubernetes secret path, into a string in the username/password fields (and others).