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

joss does not support Keystone V3 project or domain scoping during authorization #155

Open
tfelix opened this issue Jul 4, 2018 · 0 comments

Comments

@tfelix
Copy link
Contributor

tfelix commented Jul 4, 2018

The KeystoneV3Authentication does only generate a JSON payload for authorization which equals to the default scope in Keystone specs. But you should also be able to scope towards a project or domain via project/tennant name/id and or domain name/id.

Our Keystone implementations needs this scoping information in order to sucessfully authenticate a user. Otherwise a 400er error is returned.

For the specific payloads see: https://docs.openstack.org/keystone/pike/api_curl_examples.html

Judging from the description the ticket #151 might also be related to this problem.

I currently prepare a PR to provide the correct payload.

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