-
Notifications
You must be signed in to change notification settings - Fork 39
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
add projectdomainid to identity credentials #88
Comments
hemanthnakkina-zz
pushed a commit
to hemanthnakkina-zz/goose
that referenced
this issue
Mar 28, 2021
openrc downloaded from OpenStack horizon for a non-admin user has OS_PROJECT_DOMAIN_ID set but not OS_PROJECT_DOMAIN_NAME. Project domain ID details are added in Credentials structure. Fixes: go-goose#88
hemanthnakkina-zz
pushed a commit
to hemanthnakkina-zz/goose
that referenced
this issue
Mar 31, 2021
openrc downloaded from OpenStack horizon for a non-admin user has OS_PROJECT_DOMAIN_ID set but not OS_PROJECT_DOMAIN_NAME. Project domain ID details are added in Credentials structure. Fixes: go-goose#88
hemanthnakkina-zz
pushed a commit
to hemanthnakkina-zz/goose
that referenced
this issue
Mar 31, 2021
openrc downloaded from OpenStack horizon for a non-admin user has OS_PROJECT_DOMAIN_ID set but not OS_PROJECT_DOMAIN_NAME. Project domain ID details are added in Credentials structure. Fixes: go-goose#88
hemanthnakkina-zz
pushed a commit
to hemanthnakkina-zz/goose
that referenced
this issue
Mar 31, 2021
openrc downloaded from OpenStack horizon for a non-admin user has OS_PROJECT_DOMAIN_ID set but not OS_PROJECT_DOMAIN_NAME. Project domain ID details are added in Credentials structure. Fixes: go-goose#88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The openrc file for a non-admin user downloaded from OpenStack Horizon does not include project domain name but includes project domain id [1].
The request is to add Project domain id to credentials structure.
Juju uses goose v2 identity and requires project domain id to autload juju credentials, see [2]
[1] https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/dashboards/project/api_access/templates/api_access/openrc.sh.template#L22
[2] https://bugs.launchpad.net/juju/+bug/1772649
The text was updated successfully, but these errors were encountered: