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
When you need access to an ROSA HCP based cluster API from other AWS accounts, you need to be able to set additional principals to the cluster as adding ingress rules to the default VPCe security group is no allowed by the ROSA team:
This requires adding additional principals, via CLI, manually setting up VPC Endpoints in each account and a private Route53 zone to route the traffic.
We achieve it using a local-exec resource, but native support in the provider will be much better.
When you need access to an ROSA HCP based cluster API from other AWS accounts, you need to be able to set additional principals to the cluster as adding ingress rules to the default VPCe security group is no allowed by the ROSA team:
This requires adding additional principals, via CLI, manually setting up VPC Endpoints in each account and a private Route53 zone to route the traffic.
We achieve it using a
local-exec
resource, but native support in the provider will be much better.The text was updated successfully, but these errors were encountered: