Created
February 15, 2018 20:29
-
-
Save jakubknejzlik/dfd6586c686d0bccc61b1a8d5739539c to your computer and use it in GitHub Desktop.
Kontena master configuration for gitlab oauth2 provider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"server.root_url": "http://master.example.com", | |
"oauth2.client_id": "...", | |
"oauth2.client_secret": "...", | |
"oauth2.authorize_endpoint": "https://git.example.com/oauth/authorize", | |
"oauth2.token_endpoint": "https://git.example.com/oauth/token", | |
"oauth2.userinfo_scope": "api", | |
"oauth2.userinfo_endpoint": "https://git.example.com/api/v4/user", | |
"oauth2.userinfo_user_id_jsonpath": "$..id" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment