Skip to content
Snippets Groups Projects
Commit d8439e27 authored by Volodymyr Pienskoi [EPAM / GCP]'s avatar Volodymyr Pienskoi [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

GORNG-6337: Remove audiences from GC Helm chart

parent 14e5efad
No related branches found
No related tags found
1 merge request!302GORNG-6337: Remove audiences from GC Helm chart
......@@ -34,7 +34,6 @@ First you need to set variables in **values.yaml** file using any code editor. S
**data.logLevel** | logging level | string | INFO | yes
**data.springProfilesActive** | active spring profile | string | gcp | yes
**data.googleCloudProject** | your Google Cloud cloud project | string | -| yes
**data.googleAudiences** | your Google Cloud client ID | string | - | yes
**data.entitlementsHost** | Entitlements host | string | "http://entitlements" | yes
**data.partitionHost** | Partition host | string | "http://partition" | yes
**data.recordsChangedPubsubEndpoint** | Endpoint to PubSub topic | string | - | yes
......
......@@ -9,9 +9,6 @@ data:
LOG_LEVEL: {{ .Values.data.logLevel | quote }}
SPRING_PROFILES_ACTIVE: {{ .Values.data.springProfilesActive | quote }}
SUBSCRIBER_PRIVATE_KEY_ID: {{ .Values.data.subscriberPrivateKeyId | quote }}
{{- if .Values.conf.cicdEnabled }}
INTEGRATION_TEST_AUDIENCES: {{.Values.data.googleAudiences | quote }}
{{- end }}
{{- if not .Values.conf.onPremEnabled }}
GOOGLE_CLOUD_PROJECT: {{ .Values.data.googleCloudProject | quote }}
ENTITLEMENTS_HOST: {{ .Values.data.entitlementsHost | quote }}
......
......@@ -8,10 +8,6 @@ Must have:
| name | value | description | sensitive? | source |
| --- | --- | --- | --- | --- |
<<<<<<< HEAD:provider/register-gcp/docs/gcp/README.md
=======
| `GOOGLE_AUDIENCES` | ex `*****.apps.googleusercontent.com` | Client ID for getting access to cloud resources | yes | <https://console.cloud.google.com/apis/credentials> |
>>>>>>> 71f1ee9 (GONRG-5894 - upd gc names):provider/register-gc/docs/gc/README.md
| `GOOGLE_CLOUD_PROJECT` | ex `project-id` | Google Cloud Project Id | no | - |
| `SPRING_PROFILES_ACTIVE` | ex `gcp` | Spring profile that activate default configuration for Google Cloud environment | false | - |
| `SUBSCRIBER_PRIVATE_KEY_ID` | `********` | Private key id of DE_OPS_TESTER from notification int tests, required only for integration test| yes | output of infrastructure deployment |
......@@ -69,10 +65,6 @@ You will need to have the following environment variables defined.
| `REGISTER_BASE_URL` | ex `https://os-register-dot-opendes.appspot.com/` | Register API endpoint | no | output of infrastructure deployment |
| `ENVIRONMENT` | ex `local` OR `dev` | 'local' for local testing or 'dev' for dev testing | no | - |
| `SUBSCRIBER_SECRET` | ex `********` | String in hex , must match pattern ^[a-zA-Z0-9]{8,30}+$ & be in register variable SUBSCRIBER_SECRET | yes | - |
<<<<<<< HEAD:provider/register-gcp/docs/gcp/README.md
=======
| `INTEGRATION_TEST_AUDIENCES` | ex `*****.apps.googleusercontent.com` | Client ID for getting access to cloud resources | yes | <https://console.cloud.google.com/apis/credentials> |
>>>>>>> 71f1ee9 (GONRG-5894 - upd gc names):provider/register-gc/docs/gc/README.md
| `SUBSCRIBER_PRIVATE_KEY_ID` | `********` | Private key id of DE_OPS_TESTER from notification int tests, required only for integration test| yes | output of infrastructure deployment |
| `CLIENT_TENANT` | ex `nonexistenttenant` | Client tenant, it is supposed to be tenant that we do not have access to, it can be not existing tenant| no | - |
| `OSDU_TENANT` | ex `osdu` | Osdu tenant | no | - |
......
......@@ -30,7 +30,6 @@ Register integration tests are refactored so that the business logic for integra
ENVIRONMENT ('local' for local testing or 'dev' for dev testing)
SUBSCRIBER_SECRET (sensitive secret to run HMAC tests)
REGISTER_BASE_URL (register service endpoint)
*Only for Google Cloud INTEGRATION_TEST_AUDIENCE (oauth client ID)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment