Skip to content
Snippets Groups Projects
Commit 142e0aaa authored by Dmitriy Novikov's avatar Dmitriy Novikov
Browse files

Added properties to configmap

parent 214060e0
No related branches found
No related tags found
4 merge requests!448update Storage API spec to include Batch record read with normalization; fixed...,!429Cosmos primary key Fix for MSI,!372azure core lib version upgrade,!354Enable Hybrid Lib JwtToken service for Storage Service (EPAM GONRG-4269)
......@@ -16,3 +16,5 @@ data:
REDIS_GROUP_HOST: "{{ .Values.data.redis_group_host }}"
REDIS_STORAGE_HOST: "{{ .Values.data.redis_storage_host }}"
DEFAULT_DATA_COUNTRY: "{{ .Values.data.default_data_country }}"
SERVICE_TOKEN_PROVIDER: "{{ .Values.data.token_provider }}"
PARTITION_AUTH_ENABLED: "{{ .Values.data.partition_auth_enabled }}"
......@@ -12,6 +12,8 @@ data:
redis_group_host: ""
redis_storage_host: ""
default_data_country: "US"
token_provider: "GCP"
partition_auth_enabled: "true"
conf:
configmap: "storage-config"
......
......@@ -98,7 +98,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-gcp</artifactId>
<version>0.13.0-rc5</version>
<version>0.13.0-SNAPSHOT-token</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
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