diff --git a/manifest.yml b/manifest.yml index 81d52a6..27622c7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -401,6 +401,12 @@ instance_groups: authorities: credhub.read, credhub.write scope: uaa.none,credhub.read,credhub.write secret: ((pgp_credhub_client_secret)) + opensearch_proxy_ci_client: + override: true + authorized-grant-types: client_credentials,refresh_token + authorities: credhub.read, credhub.write + scope: uaa.none,credhub.read,credhub.write + secret: ((opensearch_proxy_ci_client_secret)) # Defect Dojo auth defectdojo_staging: @@ -539,6 +545,8 @@ variables: type: password - name: pgp_credhub_client_secret type: password +- name: opensearch_proxy_ci_client_secret + type: password - name: concourse_client_secret_staging type: password - name: concourse_client_secret_production