| 1234567891011 |
- apiVersion: external-secrets.io/v1
- kind: SecretStore
- metadata:
- name: example-instance-principal
- spec:
- provider:
- oracle:
- vault: # The vault OCID
- compartment: # The compartment OCID where the vault is located. Required when using PushSecrets or retrieving multiple secrets.
- encryptionKey: # The OCID of the master encryption key that will be used for PushSecret encryption. Must exist in the vault, required when using PushSecrets.
- principalType: Workload
|