mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/jenkins] enable agent master security (#19048)
Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
db8c06c8db
commit
f709c524e7
@@ -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,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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user