consul/agent/hcp
Melissa Kam 64cd172f30
[CC-7411] Fix environment variable precedence when linking to HCP (#20527)
Fix so that link API values are used over env vars

When a link is created via the API, those values should take precedence over
the values set by environment variables. This change loads all the env vars
initially as part of the config builder rather than on demand.
2024-02-13 14:06:18 -06:00
..
bootstrap Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
client Fix: avoid redundant logs on failures to export metrics (#20519) 2024-02-08 11:00:20 -05:00
config [CC-7411] Fix environment variable precedence when linking to HCP (#20527) 2024-02-13 14:06:18 -06:00
discover
scada
telemetry
testserver
deps.go Fix logging when we fail to export metrics to hcp (#20514) 2024-02-08 11:00:47 -05:00
deps_test.go Fix logging when we fail to export metrics to hcp (#20514) 2024-02-08 11:00:47 -05:00
link_watch.go Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
link_watch_test.go Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
manager.go Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
manager_lifecycle.go Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
manager_lifecycle_test.go Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
manager_test.go Move HCP Manager lifecycle management out of Link controller (#20401) 2024-02-12 10:48:23 -05:00
mock_Manager.go
mock_TelemetryProvider.go
telemetry_provider.go Fix: avoid redundant logs on failures to export metrics (#20519) 2024-02-08 11:00:20 -05:00
telemetry_provider_test.go
testing.go