cmd/dex: make connector name field mandatory in dex configuration.

This commit is contained in:
rithu john
2017-01-23 15:14:41 -08:00
parent 613d160ad9
commit 31e8009441
4 changed files with 11 additions and 0 deletions

View File

@@ -15,7 +15,9 @@ The following is an example of a configuration for `examples/config-dev.yaml`:
```yaml
connectors:
- type: github
# Required field for connector id.
id: github
# Required field for connector name.
name: GitHub
config:
# Credentials can be string literals or pulled from the environment.