-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tenantId to azure oauth2 native fs auth #20764
Conversation
It seems that this is required: Azure/azure-sdk-for-java#36155 |
|
We never tested this in the CI :) |
74578c5
to
b3bd14c
Compare
Let's fix that |
b3bd14c
to
b63c5db
Compare
b63c5db
to
2caf91d
Compare
return tenantId; | ||
} | ||
|
||
@Config("azure.oauth.tenant-id") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add @ConfigDescription
here.
I see that the whole class is missing descriptions - pls consider adding them if you're aware of them. Otherwise, we can do them in a follow-up PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's do as a follow-up
https://trinodb.slack.com/archives/CP1MUNEUX/p1708280746885969