File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ inventory:
6
6
sources :
7
7
conjur_cloud :
8
8
type : conjurcloud
9
- auth_mode : " cyberark"
10
- client_id : " ${CYBERARK_CLIENT_ID}"
11
- client_secret : " ${CYBERARK_CLIENT_SECRET}"
9
+ auth :
10
+ auth_mode : " cyber_ark"
11
+ client_id : " ${CYBERARK_CLIENT_ID}"
12
+ client_secret : " ${CYBERARK_CLIENT_SECRET}"
13
+ tenant_id : " ${CYBERARK_TENANT_ID}"
12
14
conjur_url : " ${CONJUR_URL}"
13
15
fetch_all_versions : true
14
16
mode : " read/write" # Can be `read`, `write` or `read/write` depending on wether fetch and/or sync are enabled
15
17
subdomain : " ${CONJUR_SUBDOMAIN}"
16
- tenant_id : " ${CYBERARK_TENANT_ID}"
17
18
18
19
gitguardian :
19
20
endpoint : " https://my-gg-instance/v1"
@@ -24,14 +25,14 @@ inventory:
24
25
# Set to `false` to disable the job
25
26
enabled : true
26
27
# Run every 15 minutes
27
- schedule : ' */15 * * * *'
28
+ schedule : " */15 * * * *"
28
29
send : true
29
30
# Job to be able to sync/write secrets from GitGuardian into you vault
30
31
sync :
31
32
# Set to `false` to disable the job
32
33
enabled : true
33
34
# Run every minute
34
- schedule : ' * * * * *'
35
+ schedule : " * * * * *"
35
36
36
37
envFrom :
37
38
- secretRef :
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ inventory:
7
7
gcp :
8
8
type : gcpsecretmanager
9
9
fetch_all_versions : true # Fetch all versions of secrets or not
10
- service_account_key_file : /gcp-key-secret/gcp_key.json # Path to GCP key file mounted from Secret
10
+ auth :
11
+ auth_mode : " service_account_key_file"
12
+ key_file : /gcp-key-secret/gcp_key.json # Path to GCP key file mounted from Secret
11
13
# projects: # List of GCP project ids or null
12
14
# - project-id-1
13
15
# - project-id-2
You can’t perform that action at this time.
0 commit comments