Alex Korpusov
Alex Korpusov
It is not possible to define [SecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#securitycontext-v1-core) for Containers of Alermanager (only [PodSecurityContext ](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#podsecuritycontext-v1-core) is available). Because of the missing Container SecurityContext it's not possible to setup important security limits...
Signed-off-by: Alexander Korpusov ### Description of your changes When `output-method`, `output-file`, `template` are not set as an action input, the default values prevent from getting `output.mode`, `output.file`, `output.template` if those...
### What problem are you trying to solve? Additional security. It is a best practice in security to run container with a minimum required `securityContext`. Many kubernetes users, including us,...
**Description** Fail to get public key from Azure key vault on cosign version `v2.1.0`. Seems like a malformed url for fetching a key `https://.vault.azure.net/keys/https://.vault.azure.net//` instead of `https://.vault.azure.net/keys/` ``` Run cosign...
### Expected Behavior When a `group_description` is changed in IdPs (for example Azure Entra), the change in `github_team_sync_group_mapping` should persist on applying Terraform. ### Actual Behavior When a `group_description` is...
We have multiple AKS cluster in different tenants and we would like to have passwordless integration with ACR. Today it is possible to setup integration between [AKS and ACR with...