Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
pcp
2 months agoNew Contributor
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