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

GONRG-6337: Remove audiences from GC Helm chart

parent cbf1cb10
No related branches found
No related tags found
1 merge request!354GONRG-6337: Remove audiences from GC Helm chart
......@@ -99,18 +99,11 @@ First you need to set variables in **values.yaml** file using any code editor. S
**logLevel** | logging level | string | ERROR | yes
**springProfilesActive** | active spring profile | string | gcp | yes
**acceptHttp** | accept Http traffic | string | true | yes
**googleAudiences** | your Google Cloud client id | string | - | yes
**dataPartitionId** | data partition id | string | - | yes
**entitlementsHost** | Entitlements host URL | string | <http://entitlements> | yes
**defaultLegalTag** | Default legal tag | string | default-data-tag| yes
**legalHost** | Legal host URL | string | <http://legal> | yes
> googleAudiences: If you are connected to Google Cloud console with `gcloud auth application-default login --no-browser` from your terminal, you can get your client_id using the command:
```console
cat ~/.config/gcloud/application_default_credentials.json | grep client_id
```
### Deployment variables
| Name | Description | Type | Default |Required |
......
......@@ -12,7 +12,4 @@ data:
LEGAL_HOST: {{ .Values.data.legalHost | quote }}
DEFAULT_LEGAL_TAG: {{ .Values.data.defaultLegalTag | quote }}
ONPREM_ENABLED: {{ .Values.conf.onPremEnabled | quote }}
{{- if not .Values.conf.onPremEnabled }}
GOOGLE_AUDIENCES: {{ .Values.data.googleAudiences | quote }}
{{- end }}
{{- end }}
......@@ -9,6 +9,3 @@ data:
ACCEPT_HTTP: {{ .Values.data.acceptHttp | quote }}
LOG_LEVEL: {{ .Values.data.logLevel | quote }}
SPRING_PROFILES_ACTIVE: {{ .Values.data.springProfilesActive | quote }}
{{- if not .Values.conf.onPremEnabled }}
GOOGLE_AUDIENCES: {{ .Values.data.googleAudiences | quote }}
{{- end }}
......@@ -7,7 +7,6 @@ data:
logLevel: "ERROR"
springProfilesActive: "gcp"
acceptHttp: "true"
googleAudiences: ""
dataPartitionId: ""
entitlementsHost: "http://entitlements"
defaultLegalTag: "default-data-tag"
......
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