Calamari
Calamari copied to clipboard
| Public | The core deployment scripts and tools used by Octopus Deploy
testing - do not merge
Sometimes customers need to deploy resources that are cluster-scoped, which do not have namespaces. Currently these resources result in a `kubectl get -n` command being sent, which is invalid because...
This PR does 2 main things: - Adds the instance discovery endpoint so it can be tested from the server side. - Adds a mock test for the token exchange....
This extends the addition of proxies in https://github.com/OctopusDeploy/Calamari/pull/1133 and https://github.com/OctopusDeploy/Calamari/pull/1149 to all Azure clients excluding ServiceFabric where our current version does not support adding httpClients or handlers.