Benjamin R
Benjamin R
Is nobody else experiencing these issues? The issue should be fixable quite easily, by changing the shown line to: ``` image: gcr.io/kubebuilder/kube-rbac-proxy@sha256:db06cc4c084dd0253134f156dddaaf53ef1c3fb3cc809e5d81711baa4029ea4c # kube-rbac-proxy:v0.8.0 ``` It would then also comply...
To add a level of relevance for OpenShift installations: OpenShift includes a ClusterRole `aggregate-olm-edit` that includes create permissions for Subscriptions and aggregates these to the `admin` and `edit` ClusterRole by...
Thanks for taking a look into this @dmesser. My takeaway is to not create `OperatorGroups` into tenant namespaces unless I perform additional scoping controls. As an alternative I will prefer...
Signing images and using technologies such as cosign / sigstore has gained a lot of popularity and adoption, driven by the need for supply-chain security. Would you reconsider prioritizing this...
The Automatus tests keep on failing. I need advise how to fix this / or can it be ignored? Locally, the created tests run fine, e.g.: ``` $ tests/test_rule_in_container.sh \...
We are experiencing the same issues and are unable to set the Webhook secret by operator (the Webhook secret ist providex by an SealedSecret). Any plans on providing a way...
In the future, for APP.4.4.18, we might need to also look at [AdminNetworkPolicy](https://www.redhat.com/en/blog/using-adminnetworkpolicy-api-to-secure-openshift-cluster-networking), currently in [TechPreviewNoUpgrade](https://docs.openshift.com/container-platform/4.13/nodes/clusters/nodes-cluster-enabling-features.html) state.
@sluetze @ermeratos, I am finished content-wise. Please have a look. @yuumasato A lot of tests are failing but I am unsure if this is expected. Could you also have a...
I accidentially reset the branch to the master branch and removed all my commits. I have just re-added them and will re-open this PR as soon as GitHub notices them
I was unable to reopen the PR and split up the changes into 3 PRs for better reviewability