[stable/jenkins] enable agent master security (#19048)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
This commit is contained in:
Torsten Walter
2019-12-01 22:41:16 -08:00
committed by Kubernetes Prow Robot
parent db8c06c8db
commit f709c524e7
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).
NOTE: The change log until version 1.5.7 is auto generated based on git commits. Those include a reference to the git commit to be able to get more details.
## 1.9.5 Enable remoting security
`Manage Jenkins` -> `Configure Global Security` -> `Enable Agent → Master Access Control` is now enabled via configuration as code plugin
## 1.9.4 Option to set existing secret with Google Application Default Credentials
Google application credentials are kept in a file, which has to be mounted to a pod. You can set `gcpcredentials` in `existingSecret` as follows:
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.9.4
version: 1.9.5
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
+2
View File
@@ -73,6 +73,8 @@ Returns configuration as code default config
{{- define "jenkins.casc.defaults" -}}
jenkins:
disableRememberMe: false
remotingSecurity:
enabled: true
mode: NORMAL
numExecutors: {{ .Values.master.numExecutors }}
projectNamingStrategy: "standard"