Add support for composite external auth redirect handler#10248
Merged
kokosing merged 1 commit intotrinodb:masterfrom Feb 3, 2022
Merged
Add support for composite external auth redirect handler#10248kokosing merged 1 commit intotrinodb:masterfrom
kokosing merged 1 commit intotrinodb:masterfrom
Conversation
0beb0d5 to
58140f9
Compare
nineinchnick
approved these changes
Dec 9, 2021
client/trino-client/src/main/java/io/trino/client/auth/external/CompositeRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
hashhar
reviewed
Dec 16, 2021
Member
hashhar
left a comment
There was a problem hiding this comment.
Some general comments/questions. Looks ok to me. Add some context to the commit message why this is needed (most likely because the JVM is running in headless mode and the java.awt.Desktop doesn't work there).
I'll defer to @lukasz-walkiewicz and @kokosing since they are more familiar with this part.
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
kokosing
reviewed
Dec 16, 2021
client/trino-client/src/main/java/io/trino/client/auth/external/CompositeRedirectHandler.java
Outdated
Show resolved
Hide resolved
Contributor
Author
There was a problem hiding this comment.
We are not using logger in trino-client afair
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
e755a13 to
2cbb6c3
Compare
c83b845 to
41869ff
Compare
kokosing
approved these changes
Feb 3, 2022
client/trino-client/src/main/java/io/trino/client/auth/external/CompositeRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/ExternalAuthentication.java
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/SystemOpenRedirectHandler.java
Outdated
Show resolved
Hide resolved
.../trino-client/src/main/java/io/trino/client/auth/external/SystemOutPrintRedirectHandler.java
Outdated
Show resolved
Hide resolved
client/trino-jdbc/src/main/java/io/trino/jdbc/ConnectionProperties.java
Outdated
Show resolved
Hide resolved
lukasz-walkiewicz
approved these changes
Feb 3, 2022
826d811 to
a130363
Compare
kokosing
reviewed
Feb 3, 2022
Member
kokosing
left a comment
There was a problem hiding this comment.
Please provide release notes and documentation changes
client/trino-jdbc/src/main/java/io/trino/jdbc/TrinoDriverUri.java
Outdated
Show resolved
Hide resolved
s2lomon
approved these changes
Feb 3, 2022
client/trino-jdbc/src/main/java/io/trino/jdbc/TrinoDriverUri.java
Outdated
Show resolved
Hide resolved
a130363 to
f410d33
Compare
f410d33 to
7b98764
Compare
Contributor
Author
|
CI hit: #10932 |
kokosing
approved these changes
Feb 3, 2022
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.