mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
8fb0fec6ca
* Oracle Vault Provider Documentation Signed-off-by: anders-swanson <anders.swanson@oracle.com> * Oracle Vault Provider Documentation Signed-off-by: anders-swanson <anders.swanson@oracle.com> --------- Signed-off-by: anders-swanson <anders.swanson@oracle.com>
14 lines
664 B
YAML
14 lines
664 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: SecretStore
|
|
metadata:
|
|
name: my-secret-store
|
|
spec:
|
|
provider:
|
|
oracle:
|
|
vault: # The vault OCID
|
|
principalType: Workload
|
|
# If serviceAccountRef is not specified, the Oracle provider will authenticate using the service account token of the External Secrets Operator.
|
|
serviceAccountRef:
|
|
# If using a namespaced secret store, this service account must exist in the same namespace as the secret store.
|
|
# namespace: service account namespace. Required if using ClusterSecretStore, otherwise cannot be specified.
|
|
name: # The service account name to use for authentication.
|