-
If it is a personal application you can use the operating systems keyring. E.g. with https://github.com/zalando/go-keyring
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Nice. I think another option for a server application is using environment variables. A more sophisticated solution is to use a secret manager like hashicorp vault paired with its OpenAPI go library.
-
Nice. I think another option for a server application is using environment variables. A more sophisticated solution is to use a secret manager like hashicorp vault paired with its OpenAPI go library.
-
Related posts
-
Secrets Management with Hashicorp Vault - which integration point to use? Sidecar Injector? ESO?
-
Best solution to use Argocd with helm and manage secrets ? Don't say flux !
-
Project: Running a local cluster with TLS, ArgoCD GitOps, Vault and a PostgreSQL operator
-
Kubernetes authentication from multiple, external clusters
-
What if your Pods need to trust self-signed certificates?