Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support clouds.yaml / application credentials #41

Open
jkrue opened this issue Oct 18, 2022 · 1 comment
Open

Support clouds.yaml / application credentials #41

jkrue opened this issue Oct 18, 2022 · 1 comment

Comments

@jkrue
Copy link
Member

jkrue commented Oct 18, 2022

The current version of pKA use environment variables (OpenRC File) for authentication. Since Openstack-SDK also supports clouds.yaml and applications credentials since a decade we should also support them.

@jkrue
Copy link
Member Author

jkrue commented Oct 18, 2022

Clouds.yaml is partly supported by current implementations. keystone.py could be simplified using sdk methods.

import os_client_config

sdk = os_client_config.make_sdk(cloud="master")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant