-
Notifications
You must be signed in to change notification settings - Fork 5
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
Usabilty with any Openstack environment #177
Comments
Hi, Thank you for your interest in the project. The functionality we implemented around this project was designed and tested against the Openstack version we are working with (CSC Pouta platform) and we did implement certain features with our own goals in sight. This being said we tried to keep the implementation as much as possible agnostic of the Openstack platform provider, however we don't guarantee it will work out of the box, but you are welcome to try it out and provide feedback. Related issue: #108 |
Hi, Thanks for the quick reply, I am trying to implement the swift-browser-ui with our Openstack environment and I have a question about the token id that needs to be provided at the object browser login process. Does the token id required, needs to be fetched through the federated authentication method (WebSSO) or can you enter the token that is issued through Openstack using the token issue command? Because I tried the second option, I issued a token through Openstack cli then copied and paste the token manually in the object browser login process and got "-1: Token is malformed" after i submitted the query. |
It would be nice to know also Openstack version, and the exact command you ran, so we can figure out if it is something we can help. In principle you will need an unscoped token: |
The token being malformed would imply that there's either an issue with
|
The token type is the issue then, I am currently using Openstack Victoria which currently only supports Fernet and JWS as token provider and uses Fernet as a default token provider. The token i was providing was an unscoped Fernet token type which it didn't work as it doesn't match the token size expected. https://docs.openstack.org/keystone/victoria/admin/token-provider.html Is the UI that currently uses UUID token type just an internal check? |
The token type check is just for input validation. Openstack's authentication library should probably be fine with any token type accepted by keystone, so I think just commenting out lines |
closing as question is answered. |
this became apparent that we need to fix as we need to support Fernet tokens, so re-opening |
Hi,
I was wondering if swift-browser-ui can be used by any Openstack environment or it is designed to work only for CSC Pouta platform?
The text was updated successfully, but these errors were encountered: