Skip to content

v4.0.3

Compare
Choose a tag to compare
@leifmadsen leifmadsen released this 11 May 15:06
· 2 commits to stable-1.4 since this release
e13398a

Smart Gateway Operator v4.0.3

Modify the Smart Gateway Operator so that it has permissions to create ServiceAccounts, ClusterRoles, and ClusterRoleBindings. Update the smart-gateway-operator Ansible role so that it creates a new smart-gateway ServiceAccount for the Smart Gateway pods to use. Create a ClusterRole so that the oauth-proxy container has appropriate permissions to run, and then create a ClusterRoleBinding to bind the ClusterRole to the smart-gateway ServiceAccount.

This should resolve issues with the Smart Gateway Operator creating Smart Gateway workloads that are unable to be scraped by Prometheus due to missing RBAC permissions by the oauth-proxy.

Changes since v4.0.2

e13398a Create separate ServiceAccount for Smart Gateways (#119) (#120)