Skip to content

Commit 1f10373

Browse files
Re-adding encryption
1 parent df654a7 commit 1f10373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/local-e2e-private-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"salts_metadata_path": "http://localhost:8088/salt/refresh",
1414
"services_metadata_path": "http://localhost:8088/services/refresh",
1515
"service_links_metadata_path": "http://localhost:8088/service_links/refresh",
16-
"cloud_encryption_keys_metadata_path": "http://core:8088/cloud_encryption_keys/retrieve",
16+
"cloud_encryption_keys_metadata_path": "http://localhost:8088/cloud_encryption_keys/retrieve",
1717
"identity_token_expires_after_seconds": 3600,
1818
"refresh_token_expires_after_seconds": 86400,
1919
"refresh_identity_token_after_seconds": 900,

conf/local-e2e-public-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"salts_metadata_path": "http://localhost:8088/salt/refresh",
1414
"services_metadata_path": "http://localhost:8088/services/refresh",
1515
"service_links_metadata_path": "http://localhost:8088/service_links/refresh",
16-
"cloud_encryption_keys_metadata_path": "http://core:8088/cloud_encryption_keys/retrieve",
16+
"cloud_encryption_keys_metadata_path": "http://localhost:8088/cloud_encryption_keys/retrieve",
1717
"identity_token_expires_after_seconds": 3600,
1818
"refresh_token_expires_after_seconds": 86400,
1919
"refresh_identity_token_after_seconds": 900,

0 commit comments

Comments
 (0)