Skip to content
Snippets Groups Projects
Commit caff27d4 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

Merge branch 'multitenant-entitlements-bootstrap' into 'master'

upd bootstrap for multitenant entitlements(GONRG-7918)

See merge request !490
parents e7621576 f87696a6
No related branches found
No related tags found
1 merge request!490upd bootstrap for multitenant entitlements(GONRG-7918)
Pipeline #228135 failed
......@@ -142,6 +142,22 @@ baremetal_system_partition_data() {
"obm.minio.external.endpoint": {
"sensitive": false,
"value": "${MINIO_EXTERNAL_ENDPOINT}"
},
"entitlements.datasource.url": {
"sensitive": true,
"value": "ENT_PG_URL_${DATA_PARTITION_ID_UPPER}"
},
"entitlements.datasource.username": {
"sensitive": true,
"value": "ENT_PG_USER_${DATA_PARTITION_ID_UPPER}"
},
"entitlements.datasource.password": {
"sensitive": true,
"value": "ENT_PG_PASS_${DATA_PARTITION_ID_UPPER}"
},
"entitlements.datasource.schema": {
"sensitive": true,
"value": "ENT_PG_SCHEMA_${DATA_PARTITION_ID_UPPER}"
}
}
}
......
......@@ -53,6 +53,22 @@ gc_system_partition_data() {
"elasticsearch.password": {
"sensitive": true,
"value": "ELASTIC_PASS"
},
"entitlements.datasource.url": {
"sensitive": true,
"value": "ENT_PG_URL_${DATA_PARTITION_ID_UPPER}"
},
"entitlements.datasource.username": {
"sensitive": true,
"value": "ENT_PG_USER_${DATA_PARTITION_ID_UPPER}"
},
"entitlements.datasource.password": {
"sensitive": true,
"value": "ENT_PG_PASS_${DATA_PARTITION_ID_UPPER}"
},
"entitlements.datasource.schema": {
"sensitive": true,
"value": "ENT_PG_SCHEMA_${DATA_PARTITION_ID_UPPER}"
}
}
}
......
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