Florian Wiegand
Florian Wiegand
Is Directory.Read.All still required or would we need to adapt https://github.com/dexidp/website/blob/main/content/docs/connectors/microsoft.md? I am wondering because with `scopeDefault = "https://graph.microsoft.com/.default"`, dex was still trying to get the Directory.Read.All scope (added to...
I am positive that it's not required for this call https://docs.microsoft.com/de-de/graph/api/user-getmembergroups, as dex is using delegated permissions only (that's what's also documented in https://github.com/dexidp/website/blob/main/content/docs/connectors/microsoft.md#caveats). With the default scopes it should...
Unfortunately, I also have no means to test this. And I am also not one of the dex maintainers, so I can't merge it.
> Slack thread mentioning an issue: https://apachedruidworkspace.slack.com/archives/C0309C9L90D/p1661944109893699 > > > Hello, we're trying to start using integrated K8S controller (no ZK) with k8s 1.24.3. Our middlemanagers are dying after some...
Same issue in some of our druid clusters @Gabriel39
Creating them in separate resources doesn't work when you want to enforce BucketOwnerEnforced on all new s3 buckets.
If you go to the AWS console, you can see that BucketOwnerEnforced is the default object ownership when creating s3 buckets (with ACLs disabled).