| ... | @@ -2,6 +2,7 @@ |
... | @@ -2,6 +2,7 @@ |
|
|
This is a document made to help with configuring GitLab autodevops. This document contains following guides:
|
|
This is a document made to help with configuring GitLab autodevops. This document contains following guides:
|
|
|
|
|
|
|
|
* [Google OAuth2](#google-oauth2)
|
|
* [Google OAuth2](#google-oauth2)
|
|
|
|
* [Creating a Kubernetes cluster from within GitLab](#creating-a-kubernetes-cluster-from-within-gitLab)
|
|
|
|
|
|
|
|
|
|
|
|
|
## Google OAuth2
|
|
## Google OAuth2
|
| ... | @@ -20,5 +21,6 @@ gitlab_rails['omniauth_enabled'] = true |
... | @@ -20,5 +21,6 @@ gitlab_rails['omniauth_enabled'] = true |
|
|
gitlab_rails['omniauth_external_providers'] = ['google_oauth2']
|
|
gitlab_rails['omniauth_external_providers'] = ['google_oauth2']
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
(this is mentioned in a [link](https://docs.gitlab.com/ee/integration/omniauth.html#initial-omniauth-configuration) under **step 2**)
|
|
(this is mentioned in a [link](https://docs.gitlab.com/ee/integration/omniauth.html#initial-omniauth-configuration) under **step 2**)
|
|
|
|
|
|
|
|
## Creating a Kubernetes cluster from within GitLab |