Forum Discussion

pcp's avatar
pcp
New Contributor
2 months ago

k8s External Secret access to 1P Item

Hi, I would like to know if it's possible to fetch a 1Password Item in K8s External Secrets by using its ID as a reference?

Sample:

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
  name: my-ssh-key
spec:
  data:
    - remoteRef:
        key: "1321312" # 1Password Item ID
        property: "private key"
      secretKey: ssh-private-key
  secretStoreRef:
    kind: SecretStore
    name: "my-secret-store"
  target:
    creationPolicy: Owner
    name: "my-targ-et-name"

Thank you

No RepliesBe the first to reply