Is it possible to restrict which outputs a Stack r...
# general
c
Is it possible to restrict which outputs a Stack reference is able to access ? example Stack B references Stack A which outputs x and y. I wanna restrict B to only be able to query for x. The use case is to delegate the work to other teams. example kubeconfig , such that team X and team Y would have no acccess to each other's kubeconfig.