We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current OpenStack Swift configuration lacks OpenStack Identity V3 support:
tenant
project
To fix them I propose:
project_id
project_name
tenant.+
user_domain_id
user_domain_name
project_domain_id
project_domain_name
I'll follow up with a PR. What do you think?
The text was updated successfully, but these errors were encountered:
#1118 was merged so this has been done. Thank you again! 👍
Sorry, something went wrong.
No branches or pull requests
The current OpenStack Swift configuration lacks OpenStack Identity V3 support:
tenant
is used in the deprecated OpenStack Identity v2. In Identity v3 it's calledproject
.(user being in another domain than the project (formerly tenant).
To fix them I propose:
project_id
,project_name
and marktenant.+
as deprecated.user_domain_id
,user_domain_name
andproject_domain_id
,project_domain_name
to support cross domain authentication.I'll follow up with a PR. What do you think?
The text was updated successfully, but these errors were encountered: