Rita Zhang
Rita Zhang
Thanks for the PR @David-Jaeyoon-Lee Few nits I did not see unit test added for the new flag.
Thanks for suggesting this @DanTulovsky! would you like to contribute to add this? You can follow https://open-policy-agent.github.io/gatekeeper/website/docs/help#contributing-to-helm-chart
Looks like there are gatekeeper policies deployed in your cluster to enforce good practices. You should check your deployment to ensure there is no privilege containers configured in the deployment....
@globalundo can you please share your ConstraintTemplate, constraint, and request that should have returned a warning? For constraints using warn enforcementAction, gatekeeper should be returning a 299 status code: https://github.com/open-policy-agent/gatekeeper/blob/45e4552595d5fcaf6f66c3d4335aea2c00973760/pkg/webhook/policy.go#L69
Just to clarify, https://github.com/Azure/kubernetes-kms provides encryption of etcd secrets, not a store for k8s secrets.
Can you make sure the root cert exists? ```go if co.RootCerts == nil && co.SigVerifier == nil { return nil, false, errors.New("one of verifier or root certs is required") }...
@mattdot Correct. Right now I only have [3 values passed into the state](https://github.com/CatalystCode/node-authbot/blob/master/app.js#L193) but I think as we add more information, we will need to think about how to shorten...
If you are using AAD endpoint v2, you can register an application in the new application registration portal under https://apps.dev.microsoft.com. This is where you set/get the values for `AZUREAD_APP_PASSWORD`, `AZUREAD_APP_ID`,...
@sujaydutta Assuming you are using v2. 1. Yes you can use the same APP ID and Password for MICROSOFT_APP_ID/PASSWORD and AZURE_AD_APP_ID/PASSWORD 2. See 1. 3. Pleaser refer to https://github.com/AzureAD/passport-azure-ad#5112-options to...
What's the error you are seeing? I assume you created the app here: https://apps.dev.microsoft.com ?