You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
[kibana] optionally disable SA token automount (#1301)
Kibana has no direct interaction with the Kubernetes API, and as such,
it does not need a mounted service account token in its pods. By
disabling this automount, potential attackers cannot access the API on
behalf/through the Pod.
This commit allows users to opt out on SA token automount, but leaves
leaves current behaviour untouched to avoid breaking things.
Signed-off-by: Jorik Jonker <[email protected]>
|`automountToken`| Whether or not to automount the service account token in the Pod |`true`|
83
84
|`elasticsearchHosts`| The URLs used to connect to Elasticsearch |`http://elasticsearch-master:9200`|
84
85
|`envFrom`| Templatable string to be passed to the [environment from variables][] which will be appended to the `envFrom:` definition for the container |`[]`|
85
86
|`extraContainers`| Templatable string of additional containers to be passed to the `tpl` function |`""`|
0 commit comments