You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Stackl just assumes these are available in OPA, but heavily depends on them. When deploying with Helm these get mounted in OPA right away, but we should also make sure that when another OPA instance is used (maybe a managed one or a local one) these needed policies are also in there.
Additional information
One way we can do this is keeping them in Stackl as documents and push them when we need them (Like we do with the other policies). Or we could make use of the bundle api in OPA but then OPA needs to be configured to use these.
The text was updated successfully, but these errors were encountered:
Description of feature
Right now Stackl just assumes these are available in OPA, but heavily depends on them. When deploying with Helm these get mounted in OPA right away, but we should also make sure that when another OPA instance is used (maybe a managed one or a local one) these needed policies are also in there.
Additional information
One way we can do this is keeping them in Stackl as documents and push them when we need them (Like we do with the other policies). Or we could make use of the bundle api in OPA but then OPA needs to be configured to use these.
The text was updated successfully, but these errors were encountered: