Questions tagged [external-secrets]

5 questions
1
vote
1 answer

External secret is not working on kubernetes

I have implemented external secrets to detch values from azure key vault in kubernetes cluster. I worked fine for two environments but in third environment it is not working. It created secret store and validates it but the external secret doesn't…
1
vote
0 answers

Installing external secrets operator on EKS

I m installing the external secrets operator (https://charts.external-secrets.io) using helm. Server Version : Major:"1", Minor:"21+" operator version: 0.6.1 The install completes but I am unable to configure the Secretstore and…
Vini
  • 1,978
  • 8
  • 40
  • 82
0
votes
1 answer

Kubernetes secrets encryption and usage using secrets managers vs encryption at rest. Are secrets manager even really secure?

I'm getting into Kubernetes security and I'm looking at various ways to encrypt and use Secrets values in pods but I think I'm not grasping some key concepts. As I understood it, from the cluster security standpoint encrypting secrets should avoid…
0
votes
2 answers

Terraform for_each over yaml file contents which is an object

I have a yaml file which is similar to the following (FYI: ssm_secrets can be an empty array): rabbitmq: repo_name: bitnami namespace: rabbitmq target_revision: 11.1.1 path: rabbitmq values_file: charts/rabbitmq/values.yaml ssm_secrets:…
johnny68
  • 421
  • 1
  • 6
  • 21
0
votes
1 answer

How to get secrets from external vault with aws eks

I am facing minor issue with getting secrets from external vaults to aws eks container. I am using sidecar container for inject secrets in to pods. I have created secrets at below path , vault kv put secrets/mydemo-eks/config username='admin'…