Questions tagged [external-secrets-operator]

10 questions
3
votes
0 answers

"secret not found" reported by ExternalSecret

I have been struggling with this issue for the past 2 days and I'm stuck. I'm using External Secrets Operator to obtain secrets from Vault: https://external-secrets.io/ It seems ExternalSecret is not creating the secret. This is my yaml…
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
1 answer

Kong plugin store value in Kubernetes secret

I have this KongPlugin on Kubernetes apiVersion: configuration.konghq.com/v1 kind: KongPlugin config: remove: headers: - Authorization append: headers: - Authorization:Basic plugin: request-transformer Is it possible…
Rodrigo
  • 135
  • 4
  • 45
  • 107
1
vote
0 answers

external secrets operator: InvalidProviderConfig

Summary My SecreteStore and ServiceAccount are in the same namespace ServiceAccount has a trust relationship with AWS SecretsManager But In ArgoCD, I see myapp (a cronjob) is degraded The error message is: Normal Valid 18m (x9…
Jake
  • 4,322
  • 6
  • 39
  • 83
0
votes
0 answers

External Secrets Operator Templating keys with dataFrom

Is it possible to use keys and values from dataFrom? The case is related to Azure key vault, Azure doesn't allow to store secrets in vault with an underscore in the name _, only dashes -. I want to fetch all keys from azure key vault and store them…
0
votes
0 answers

Create multiple targets using external secret operator AWS

I have multiple secrets in the AWS secrets manager. I am using an external secret operator to sync them to Kubernetes secrets. Using external secrets, I can create Kubernetes secrets in my cluster, but I have to create separate externalSecret…
megha
  • 621
  • 2
  • 11
  • 36
0
votes
1 answer

How to prevent external-secrets-operator from modifying k8s secrets when it has trouble with the Vault backend?

We're using the latest external secrets operator from external-secrets.io to get secrets from Vault and inject them into kubernetes. We had a situation where a Vault KV engine was upgraded from v1 to v2. This caused External Secrets to no longer be…
Michael Martinez
  • 2,693
  • 1
  • 16
  • 19
0
votes
0 answers

ExternalSecret configuration for Google Container Registry

My ExternalSecret resource references a Hashicorp key-value Vault secret that stores a Google service account (json). The ExternalSecret will create a Secret of type kubernetes.io/dockerconfigjson. apiVersion: external-secrets.io/v1beta1 kind:…
0
votes
1 answer

function "pkcs12cert" not defined for externsecrets in helm chart

I am trying to create tls secrets using Externalsecret and yaml file is created as below. apiVersion: external-secrets.io/v1alpha1 kind: ExternalSecret metadata: name: pgbouncer-serv spec: refreshInterval: 5m secretStoreRef: kind:…
-1
votes
1 answer

Can I define secretStoreRef's name of a ExternalSecret in my configMap?

I have an ExternalSecret definition pulling secrets from Azure key vault. apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret name: my-es spec: dataFrom: - find: ... copy some values over secretStoreRef: kind: SecretStore …
cp5
  • 1,087
  • 6
  • 26
  • 58