Documentation ¶
Overview ¶
Package keystone provides authentication strategy using Keystone.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Domain string `json:"domain"` Host string `json:"keystoneHost"` AdminUsername string `json:"keystoneUsername"` AdminPassword string `json:"keystonePassword"` }
Config holds the configuration parameters for Keystone connector. Keystone should expose API v3 An example config:
connectors: type: keystone id: keystone name: Keystone config: keystoneHost: http://example:5000 domain: default keystoneUsername: demo keystonePassword: DEMO_PASS
Click to show internal directories.
Click to hide internal directories.