A new access type: VIEW_CONTROL_PLANE_METADATA
has been added to the RBAC configuration which restricts access to /config
.
If you want to leave the access to /config
unrestricted, you need to add VIEW_CONTROL_PLANE_METADATA
to the rules of your admin
AccessRole
.
The configuration for AWS IAM data plane authentication has changed slightly
because of the removal of configuration options
KUMA_DP_SERVER_AUTH_*
and dpServer.auth.*
(see Kuma UPGRADE.md
).
Instead of control plane configuration like:
- Name: KUMA_DP_SERVER_AUTH_TYPE
Value: aws-iam
- Name: KUMA_DP_SERVER_AUTH_USE_TOKEN_PATH
Value: "true"
you’ll need:
- Name: KUMA_DP_SERVER_AUTHN_DP_PROXY_TYPE
Value: aws-iam
- Name: KUMA_DP_SERVER_AUTHN_ZONE_PROXY_TYPE
Value: aws-iam
- Name: KUMA_DP_SERVER_AUTHN_ENABLE_RELOADABLE_TOKENS
Value: "true"
See for an example.