keystone: refresh token and groups

This commit is contained in:
Krzysztof Balka
2018-11-27 11:28:46 +01:00
parent 0774a89066
commit a965365a2b
6 changed files with 554 additions and 86 deletions

View File

@@ -14,7 +14,11 @@ storage:
# Configuration for the HTTP endpoints.
web:
http: 0.0.0.0:5556
https: 0.0.0.0:5556
# Uncomment for HTTPS options.
# https: 127.0.0.1:5554
tlsCert: ./ssl/dex.crt
tlsKey: ./ssl/dex.key
# Configuration for telemetry
telemetry:
@@ -32,13 +36,20 @@ staticClients:
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
#Provide Keystone connector and its config here
# /v3/auth/tokens
connectors:
- type: ksconfig
- type: keystone
id: keystone
name: Keystone
config:
keystoneURI: http://example:5000/v3/auth/tokens
keystoneHost: http://localhost:5000
domain: default
keystoneUsername: demo
keystonePassword: DEMO_PASS
# Let dex keep a list of passwords which can be used to login to dex.
enablePasswordDB: true
enablePasswordDB: true
oauth2:
skipApprovalScreen: true