mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
ed59520674
* added akeyless k8s auth option Signed-off-by: Docs <renana@akeyless.io>
12 lines
268 B
YAML
12 lines
268 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: akeyless-secret-creds
|
|
type: Opaque
|
|
stringData:
|
|
accessId: "p-XXXX"
|
|
accessType: # k8s/aws_iam/gcp/azure_ad/api_key
|
|
accessTypeParam: # can be one of the following: k8s-conf-name/gcp-audience/azure-obj-id/access-key
|
|
|
|
|
|
|