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
feat: Specify the security context on the proxy container. (#698)
This adds a new field to the AuthProxyWorkload spec: authProxyContainer.securityContext. This field will
override the default security in the auth proxy container.
Fixes#694
See also #641
Copy file name to clipboardExpand all lines: docs/api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ _Appears in:_
50
50
| --- | --- | --- | --- |
51
51
|`container`_[Container](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#container-v1-core)_| Container is debugging parameter that when specified will override the<br />proxy container with a completely custom Container spec. || Optional: \{\} <br /> |
52
52
|`resources`_[ResourceRequirements](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#resourcerequirements-v1-core)_| Resources specifies the resources required for the proxy pod. || Optional: \{\} <br /> |
53
+
|`securityContext`_[SecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#securitycontext-v1-core)_| SecurityContext specifies the security context for the proxy container. || Optional: \{\} <br /> |
53
54
|`telemetry`_[TelemetrySpec](#telemetryspec)_| Telemetry specifies how the proxy should expose telemetry.<br />Optional, by default || Optional: \{\} <br /> |
54
55
|`adminServer`_[AdminServerSpec](#adminserverspec)_| AdminServer specifies the config for the proxy's admin service which is<br />available to other containers in the same pod. |||
55
56
|`authentication`_[AuthenticationSpec](#authenticationspec)_| Authentication specifies the config for how the proxy authenticates itself<br />to the Google Cloud API. |||
0 commit comments