added clusterstore
This commit is contained in:
parent
6640a4bf32
commit
68127d2b08
17
infrastructure/bitwarden/clustersecretstore.yaml
Normal file
17
infrastructure/bitwarden/clustersecretstore.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: external-secrets.io/v1
|
||||
kind: ClusterSecretStore
|
||||
metadata:
|
||||
name: bitwarden
|
||||
spec:
|
||||
provider:
|
||||
bitwardensecretsmanager:
|
||||
# This org ID is already used by your Bitwarden operator resources.
|
||||
organizationID: 0df293ad-6afb-4d0b-b3ff-b41000581de5
|
||||
# Set this to your Bitwarden Secrets Manager Project ID.
|
||||
projectID: cafdbc0f-9d64-47eb-a0f5-b4100059cbc7
|
||||
auth:
|
||||
secretRef:
|
||||
credentials:
|
||||
key: token
|
||||
name: bitwarden-access-token
|
||||
namespace: security
|
||||
|
|
@ -3,4 +3,5 @@ kind: Kustomization
|
|||
resources:
|
||||
- helmrelease.yaml
|
||||
- bitwardenaccesstoken.enc.yaml
|
||||
- clustersecretstore.yaml
|
||||
- namespace.yaml
|
||||
Loading…
Reference in a new issue