diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-03-12 22:38:18 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-03-13 16:28:04 +1300 |
commit | 428ee4bc6017c2df2a1fa02a358c33b7b67480a8 (patch) | |
tree | e5ffb036bb8ae838ce199680c72a32b0a6a24be4 /changelogs | |
parent | b8ca2fc64a313be332d870438d32c296e4801366 (diff) | |
download | gitlab-ce-428ee4bc6017c2df2a1fa02a358c33b7b67480a8.tar.gz |
Explicitly set master_auth for new GKE clusters
From 1.12, GKE will disable basic auth and client certificate by
default. Explicitly enable those now (currently we use 1.10/1.11
clusters) so that GKE cluster configuration will continue to work.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/58208-explicitly-set-masterauth.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/58208-explicitly-set-masterauth.yml b/changelogs/unreleased/58208-explicitly-set-masterauth.yml new file mode 100644 index 00000000000..e3512d11113 --- /dev/null +++ b/changelogs/unreleased/58208-explicitly-set-masterauth.yml @@ -0,0 +1,6 @@ +--- +title: Explicitly set master_auth setting to enable basic auth and client certificate + for new GKE clusters +merge_request: 26018 +author: +type: other |