File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
gcpsecretmanager-workload Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ inventory:
24
24
type : gitlabci
25
25
token : gitlab-token # Replace with the GitLab CI token
26
26
url : https://gitlab.com # GitLab URL
27
+ gitguardian :
28
+ endpoint : " https://my-gg-instance/v1"
29
+ api_token : " my_api_token"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inventory:
10
10
auth :
11
11
auth_mode : k8s
12
12
project_id : my-project-id # GCP Project ID where the service account is located
13
- project_number : 1234567890 # GCP Project Number
13
+ project_number : " 1234567890" # GCP Project Number
14
14
pool_id : my-pool-id # GCP Workload Identity Pool ID
15
15
provider_id : my-provider-id # Workload Identity Provider ID
16
16
gcp_service_account_name : my-service-account-name # GCP Service Account Name
You can’t perform that action at this time.
0 commit comments