Skip to content
Snippets Groups Projects
Unverified Commit f3ef7d46 authored by Doug Goldstein's avatar Doug Goldstein Committed by GitHub
Browse files

feat: allow domain names or IDs in keystone connector (#3506)


OpenStack Keystone allows a user to authenticate against a domain. That
domain can be specified either as the domain ID or the domain name when
authenticating. The domain ID is a UUID or the special "default" domain
ID so key off of that when deciding what to submit to the keystone API.
Collapsed the code to share the domainKeystone struct by utilizing
omitempty to skip unset fields.

Signed-off-by: default avatarDoug Goldstein <cardoe@cardoe.com>
parent 0b6a7839
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment