We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiera Code:
gitlab::gitlab_rails: omniauth_enabled: true omniauth_allow_single_sign_on: false block_auto_created_users: true omniauth_providers: - name: "github" app_id: "9a6161e2354332d5b5f5" app_secret: "ec032383e83fb59205a381f3ac9ec98a9a2bb486" url: "https://github.com/" args: scope: "user:email"
The result in /etc/gitlab/gitlab.rb
gitlab_rails['omniauth_providers'] = ["{"name"=>"github", "app_id"=>"9a6161e2354332d5b5f5", "app_secret"=>"ec032383e83fb59205a381f3ac9ec98a9a2bb486", "url"=>"https://github.com/", "args"=>{"scope"=>"user:email"}}"]
The quote in the Array is not needed.
The text was updated successfully, but these errors were encountered:
cannot reproduce
Sorry, something went wrong.
No branches or pull requests
Hiera Code:
The result in /etc/gitlab/gitlab.rb
The quote in the Array is not needed.
The text was updated successfully, but these errors were encountered: