uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

Updates insights-remote clusterrole to access ns and secrets #576

Closed bomoko closed 1 year ago

bomoko commented 1 year ago

Newer versions of insights-remote need to CRUD secrets as well as read namespace details - this is to support a mechanism that injects tokens into environments that can be used to write facts and problems to a local web services. The token is used to secure the process and is linked to the environment name.

tobybellwood commented 1 year ago

the insights-remote chart is deprecated, and is now tucked under lagoon-remote - these changes will need to be made there

bomoko commented 1 year ago

Thanks @tobybellwood