mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
f4a7c95b54
Signed-off-by: anders-swanson <anders.swanson@oracle.com>
11 lines
491 B
YAML
11 lines
491 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
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
|