I have a question, for internal platforms for your...
# platform-blueprints
z
I have a question, for internal platforms for your engineers and developers, do you provide an “auto-deploy to your environment” functionality? In my situation, we don’t have operational control to a specific set of infrastructure (intentionally), but we want to provide those teams with a way to ’sign up” and use our services that isn’t a cloudformation stackset or terraform module.
v
when you say auto deploy to your environment, I am assuming there is some RBAC in place. But then won't it make the environments in consistent if there is a mismatch in permissions? We typically have auto deploy or selective deploy, where you can auto deploy everything with a promotional workflow, but if you want to selectively deploy, you can do that as well. But the permissions remain same in all environments and the access is more on the microservices part.