dynk8s-provisioner/tests
Dustin c48076b8f0 test: Adjust k8s roles for integration tests
Initially, I thought it was necessary to use a ClusterRole in order to
assign permissions in one namespace to a service account in another.  It
turns out, this is not necessary, as RoleBinding rules can refer to
subjects in any namespace.  Thus, we can limit the privileges of the
*dynk8s-provisioner* service account by only allowing it access to the
Secret and ConfigMap resources in the *kube-system* and *kube-public*
namespaces, respectively, plus the Secret resources in its own
namespace.
2022-10-11 21:08:49 -05:00
..
data/sns tests: Begin integration tests 2022-10-07 07:37:20 -05:00
integration tests: Begin integration tests 2022-10-07 07:37:20 -05:00
genkubeconfig.sh tests: Begin integration tests 2022-10-07 07:37:20 -05:00
setup.yaml test: Adjust k8s roles for integration tests 2022-10-11 21:08:49 -05:00