rp- opened a new pull request, #13470: URL: https://github.com/apache/cloudstack/pull/13470
### Description Linstor 1.34.0 will add support for a new bearer token authentication method, and this PR will add support for exactly that. The PR will simply update the java-linstor library that adds authentication support and adds 2 new config values to set an explicit token and also to enable/disable use of untrusted https controller certificates. How to enable token authentication in Linstor can be read here: https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-linstor-token-authentication Linstor 1.34.0 is currently only released as release canidate. <!--- ******************************************************************************* --> <!--- NOTE: AUTOMATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. --> <!--- PLEASE PUT AN 'X' in only **ONE** box --> <!--- ******************************************************************************* --> ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] Build/CI - [ ] Test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [x] Major - [] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [ ] Trivial ### Screenshots (if appropriate): ### How Has This Been Tested? This change is running now since 2 weeks on our internal Cloudstack cluster, additionally fresh Linstor/Cloudstack cluster installs with token authentication have been tested. #### How did you try to break this feature and the system with this change? The good thing about the changes is, that it is rather a works or doesn't work thing, as the changes are on the base communication. <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document --> -- 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]
