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
<1> A proxy URL to use for creating HTTP connections outside the cluster. The
212
213
URL scheme must be `http`.
@@ -225,6 +226,7 @@ Operator then creates a `trusted-ca-bundle` config map that merges the contents
225
226
with the {op-system} trust bundle. The `additionalTrustBundle` field is required unless
226
227
the proxy's identity certificate is signed by an authority from the {op-system} trust
227
228
bundle.
229
+
<5> Optional: The policy to determine the configuration of the `Proxy` object to reference the `user-ca-bundle` config map in the `trustedCA` field. The allowed values are `Proxyonly` and `Always`. Use `Proxyonly` to reference the `user-ca-bundle` config map only when `http/https` proxy is configured. Use `Always` to always reference the `user-ca-bundle` config map. The default value is `Proxyonly`.
0 commit comments