Ella Shulman
Ella Shulman
## Summary This PR implements full KeyPair controller support and integrates it with the Server resource, enabling SSH key management and server access control through Kubernetes resources. ## Changes ###...
Send access rule header for keystone token.Get and token.Validate to allow for the usage of application credentials to use rule access. Fixes https://github.com/gophercloud/gophercloud/issues/3573 Links to the line numbers/files in the...
### What happened? Application credentials doesn't work when using access_rules. This is due to a (poorly documented) missing header called OpenStack-Identity-Access-Rules which enables access_rules when using application credentials. To allow...