Skip to content

Commit

Permalink
fix: auth-api and auth-controller json config (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yadzhang authored Feb 11, 2020
1 parent b460ae8 commit af0666a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/devel/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ previous step. For macOS, the path is usually /Users/${username}/Library/Applica
"etcd": {
"servers": ["https://127.0.0.1:2379"]
},
"authentication": {
"token_auth_file": "_debug/token.csv"
},
"generic": {
"external_hostname": "localhost",
"external_port": 9451
Expand Down Expand Up @@ -259,10 +262,16 @@ previous step. For macOS, the path is usually /Users/${username}/Library/Applica
"tls_private_key_file": "_debug/certificates/localhost+2-key.pem"
},
"client": {
"platform": {
"auth": {
"api_server_client_config": "_debug/auth-api-client-config.yaml"
}
}
},
"features":{
"category_path": "hack/auth/category.json",
"policy_path": "hack/auth/policy.json",
"tenant_admin": "admin",
"tenant_admin_secret": "secret"
}
}
```
Expand Down

0 comments on commit af0666a

Please sign in to comment.