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
* New experimental helm values to configure UAA
* The configured uaa url will be returned by the `/` endpoint
* When UAA support is enabled `cf_on_k8s` in the `/` endpoint is false
* This will make `cf login` talks to the configured UAA instead of
reading the kubeconfig
* Note that the cluster should be configured to trust the UAA via
[oidc](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#configuring-the-api-server)
fixes#2243
Co-authored-by: Georgi Sabev <[email protected]>
Copy file name to clipboardExpand all lines: README.helm.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,11 @@ Here are all the values that can be set for the chart:
78
78
-`eksContainerRegistryRoleARN` (_String_): Amazon Resource Name (ARN) of the IAM role to use to access the ECR registry from an EKS deployed Korifi. Required if containerRegistrySecret not set.
79
79
-`experimental`: Experimental features. No guarantees are provided and breaking/backwards incompatible changes should be expected. These features are not recommended for use in production environments.
80
80
-`managedServices`:
81
-
-`include` (_Boolean_): Enable managed services support
81
+
-`enabled` (_Boolean_): Enable managed services support
82
82
-`trustInsecureBrokers` (_Boolean_): Disable service broker certificate validation. Not recommended to be set to 'true' in production environments
83
+
-`uaa`:
84
+
-`enabled` (_Boolean_): Enable UAA support
85
+
-`url` (_String_): The url of a UAA instance
83
86
-`generateIngressCertificates` (_Boolean_): Use `cert-manager` to generate self-signed certificates for the API and app endpoints.
84
87
-`helm`:
85
88
-`hooksImage` (_String_): Image for the helm hooks containing kubectl
0 commit comments