Comments on: Manage Secrets on Kubernetes with ArgoCD and Vault https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 12 Oct 2022 07:42:38 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/#comment-1672 Wed, 12 Oct 2022 07:42:38 +0000 https://piotrminkowski.com/?p=12804#comment-1672 In reply to s7an-it.

Yes, but it requires a little bit different helm command in `ConfigManagementPlugin` -> https://github.com/argoproj-labs/argocd-vault-plugin/blob/main/manifests/cmp-sidecar/cmp-plugin.yaml

]]>
By: s7an-it https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/#comment-1662 Sat, 08 Oct 2022 01:47:09 +0000 https://piotrminkowski.com/?p=12804#comment-1662 Can this approach work with external values.yaml that has the inside instead of inline inside of the application?

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/#comment-1631 Sun, 14 Aug 2022 08:53:27 +0000 https://piotrminkowski.com/?p=12804#comment-1631 In reply to bbigras.

Fixed. Thanks!

]]>
By: bbigras https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/#comment-1630 Mon, 08 Aug 2022 22:55:03 +0000 https://piotrminkowski.com/?p=12804#comment-1630 The extra space at the end of the first line causes an error.
“`
vault write auth/kubernetes/role/argocd \
bound_service_account_names=argocd-repo-server \
bound_service_account_namespaces=argocd \
policies=argocd \
ttl=24h
“`

Failed to parse K=V data: invalid key/value pair ” “: format must be key=value

]]>