summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-02-07 15:56:08 +1100
committerTiger <twatson@gitlab.com>2019-02-08 10:05:05 +1100
commit73e5d3a2693d0469fdad925c398b6c464803c4b3 (patch)
tree16c20ef1d87b437e5a62ef041cb02772e489942b /changelogs
parent2cea4fd067e2b78600b93202e0e71b58bccbe3d1 (diff)
downloadgitlab-ce-73e5d3a2693d0469fdad925c398b6c464803c4b3.tar.gz
Validate kubernetes cluster CA certificate55447-validate-k8s-ca-cert
No certificate is still accepted, but if one is provided it must be valid. Only run validation if the certificate has changed to avoid making existing records invalid.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/55447-validate-k8s-ca-cert.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/55447-validate-k8s-ca-cert.yml b/changelogs/unreleased/55447-validate-k8s-ca-cert.yml
new file mode 100644
index 00000000000..e0448d403da
--- /dev/null
+++ b/changelogs/unreleased/55447-validate-k8s-ca-cert.yml
@@ -0,0 +1,5 @@
+---
+title: Validate kubernetes cluster CA certificate
+merge_request: 24990
+author:
+type: changed