| 1234567891011121314151617181920212223242526 |
- ---
- apiVersion: external-secrets.io/v1beta1
- kind: SecretStore
- metadata:
- name: keeper
- spec:
- provider:
- keepersecurity:
- hostname: keepersecurity.eu
- auth:
- appKeySecretRef:
- name: keeper-configuration
- key: appKey
- appOwnerPublicKeySecretRef:
- name: keeper-configuration
- key: appOwnerPublicKey
- privateKeySecretRef:
- name: keeper-configuration
- key: privateKey
- serverPublicKeyIdSecretRef:
- name: keeper-configuration
- key: serverPublicKeyId
- clientIdSecretRef:
- name: keeper-configuration
- key: clientId
- folderID: 1qdsiewFW-U # Folder ID where the secrets can be pushed. It requires write permissions
|