Skip to content
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f1969cc
added identity environment scope to remote config
sophia-chen-ttd Sep 2, 2025
c5a7a57
made public property private
sophia-chen-ttd Sep 3, 2025
eb45082
Merge branch 'main' into sch-UID2-5966-retrieve-environment-from-core
sophia-chen-ttd Sep 4, 2025
29da8c4
added identity_environment to configs
sophia-chen-ttd Sep 4, 2025
0f9c373
[CI Pipeline] Released Snapshot version: 5.58.2-alpha-453-SNAPSHOT
Sep 4, 2025
86da6f9
added identity_environment to private operator configs
sophia-chen-ttd Sep 4, 2025
c9f9981
Merge branch 'sch-UID2-5966-retrieve-environment-from-core' of github…
sophia-chen-ttd Sep 4, 2025
bf00664
[CI Pipeline] Released Snapshot version: 5.58.3-alpha-454-SNAPSHOT
Sep 4, 2025
bb30e0b
reverted operator version
sophia-chen-ttd Sep 4, 2025
85f5624
reverted operator version
sophia-chen-ttd Sep 4, 2025
a1040a9
enabled remote config in all operator configs
sophia-chen-ttd Sep 4, 2025
61961a2
[CI Pipeline] Released Snapshot version: 5.58.2-alpha-455-SNAPSHOT
Sep 4, 2025
bd57296
added runtime config metadata path to private operator configs
sophia-chen-ttd Sep 4, 2025
27ff1ca
Merge branch 'sch-UID2-5966-retrieve-environment-from-core' of github…
sophia-chen-ttd Sep 4, 2025
d34cfbf
added identity_environment to test runtime_config
sophia-chen-ttd Sep 4, 2025
e424e7c
[CI Pipeline] Released Snapshot version: 5.58.3-alpha-456-SNAPSHOT
Sep 4, 2025
f6a6e5c
added runtime config metadata path
sophia-chen-ttd Sep 4, 2025
5ea0768
Merge branch 'sch-UID2-5966-retrieve-environment-from-core' of github…
sophia-chen-ttd Sep 4, 2025
d4cefc6
adding runtime config metadata store path
sophia-chen-ttd Sep 7, 2025
1587446
reverting operator version
sophia-chen-ttd Sep 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf/validator-latest-e2e-docker-public-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"services_metadata_path": "http://core:8088/services/refresh",
"service_links_metadata_path": "http://core:8088/service_links/refresh",
"cloud_encryption_keys_metadata_path": "http://core:8088/cloud_encryption_keys/retrieve",
"runtime_config_metadata_path": "http://core:8088/operator/config",
"encrypted_files": true,
"identity_token_expires_after_seconds": 3600,
"refresh_token_expires_after_seconds": 86400,
Expand Down