cyberark / kubernetes-conjur-deploy

Scripts for deploying DAP followers to Kubernetes and OpenShift given an existing DAP master cluster
Apache License 2.0
14 stars 15 forks source link

Use ClusterRoleBinding for the authenticator role-binding #159

Closed hughsaunders closed 3 years ago

hughsaunders commented 3 years ago

Required so that the authenticator can authenticate apps in other namespaces.

What does this PR do?

Changes conjur-authenticator-role-binding-{{ CONJUR_NAMESPACE_NAME }} from RoleBinding to ClusterRoleBinding so that the authenticator can authenticate apps in other namespaces.

What ticket does this PR close?

Related: conjurinc/ops#692

Checklists

Change log

Test coverage

Documentation