Skip to content

Commit

Permalink
fix enterprise oauth bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiujiao committed Nov 10, 2017
1 parent 04d6769 commit 6c0a809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subkits/github-enterprise-oauth/properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ instance_groups:
basic_auth_username: (( prune ))
basic_auth_password: (( prune ))
github_auth:
authorize: (( grab params.github.authorize ))
authorize:
- organization: (( grab params.authz_allowed_orgs ))
teams: all
client_id: (( vault meta.vault "/oauth:provider_key" ))
client_secret: (( vault meta.vault "/oauth:provider_secret" ))

Expand Down

0 comments on commit 6c0a809

Please sign in to comment.