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

GONRG-6196: Remove variables that disable using policy

parent 6549c2fd
No related branches found
No related tags found
1 merge request!592GONRG-6196: Remove variables that disable using policy
......@@ -41,7 +41,6 @@ First you need to set variables in **values.yaml** file using any code editor. S
**redisGroupHost** | Redis host for groups | string | `redis-group-master` | yes
**redisStorageHost** | Redis host for storage | string | `redis-storage-master` | yes
**googleAudiences** | Client ID of Google Cloud Credentials, ex `123-abc123.apps.googleusercontent.com` | string | - | yes
**opaEnabled** | whether OPA is enabled | boolean | true | yes
**opaEndpoint** | OPA host address | string | `http://opa` | yes
**storageHost** | Storage service host address | string | `http://storage` | only if `conf.bootstrapEnabled` is true
**defaultLegalTag** | Name of the previously created legal tag (without partition part) | string | `default-data-tag` | only if `conf.bootstrapEnabled` is true
......
......@@ -16,7 +16,6 @@ data:
REDIS_STORAGE_HOST: {{ .Values.data.redisStorageHost | quote }}
STORAGE_SERVICE_ACCOUNT_EMAIL: {{ .Values.data.storageServiceAccountEmail | quote }}
SPRING_PROFILES_ACTIVE: {{ .Values.data.springProfilesActive | quote }}
OPA_ENABLED: {{ .Values.data.opaEnabled | quote }}
OPA_ENDPOINT: {{ .Values.data.opaEndpoint | quote }}
{{- if not .Values.conf.onPremEnabled }}
GOOGLE_AUDIENCES: {{ .Values.data.googleAudiences | quote }}
......
......@@ -15,7 +15,6 @@ data:
redisGroupHost: "redis-group-master"
redisStorageHost: "redis-storage-master"
googleAudiences: ""
opaEnabled: true
opaEndpoint: "http://opa"
storageHost: "http://storage"
defaultLegalTag: "default-data-tag"
......
......@@ -15,7 +15,7 @@ osdu.spring.config.enableEncodedSpecialCharacters=true
service.policy.enabled=true
opa.opa-endpoint=${OPA_ENDPOINT:notused}
opa.enabled=${OPA_ENABLED:false}
opa.enabled=true
legal-tags-changed-topic-name=legaltags_changed
legal-tags-changed-subscription-name=storage-oqm-legaltags-changed
pubsub-search-topic=records-changed
......
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