uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
555 stars 148 forks source link

fix: add viewall to organization management policy for platform #3577

Closed shreddedbacon closed 10 months ago

shreddedbacon commented 10 months ago

General Checklist

Database Migrations

Previous version of the startup script missed adding the viewall permission for organizations, even though it was in the script, the command was executed after a EOF and appears that it is skipped.

This adds the missing viewAll permission to organization management policy in a later step but skips on over it if it is already present