Currently, only the pipeline that created the environment is able to deploy services to it. Need to be able to include a list of other service names that are allowed to provision into the environment:
rbac:
allowed-services:
- foo
- bar
This should add the ARN of the CodeBuild role for those other services to the aws-auth ConfigMap in the kube-system namespace via the cluster.yml spec file.
Currently, only the pipeline that created the environment is able to deploy services to it. Need to be able to include a list of other service names that are allowed to provision into the environment:
This should add the ARN of the CodeBuild role for those other services to the aws-auth ConfigMap in the kube-system namespace via the
cluster.yml
spec file.