davidjumani opened a new pull request, #6392: URL: https://github.com/apache/cloudstack/pull/6392
### Description Fixes https://github.com/apache/cloudstack/issues/6344 Passes the caller's API keys if the cluster is part of a project ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [x] Minor - [ ] Trivial ### How Has This Been Tested? autoscaler logs : ``` I0516 08:57:51.486442 1 static_autoscaler.go:235] Starting main loop I0516 08:57:51.487030 1 client.go:169] NewAPIRequest API request URL:http://10.0.32.136:8080/client/api?apiKey=***&command=listKubernetesClusters&id=a5e617a3-6d95-410c-9d3a-306274ee8b11&response=json&signature=*** I0516 08:57:51.515655 1 client.go:175] NewAPIRequest response status code:200 I0516 08:57:51.518415 1 cloudstack_manager.go:88] Got cluster : &{a5e617a3-6d95-410c-9d3a-306274ee8b11 cluster 1 2 1 1 [0xc000716f90 0xc000716fc0] map[cluster-control-180cc02282f:0xc000716f90 cluster-node-180cc025111:0xc000716fc0]} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
