Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-09 Thread via GitHub
snazy commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3052331018 Honestly, I think that having more functionality that gears towards what IdPs are is adding quite some burden (see Dmitri's security concerns) to the Polaris project. IMHO t

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-07 Thread via GitHub
dimas-b commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3045487786 @fivetran-arunsuri : I do not mean to block your suggestion, although I do think there are some security concerns with allowing arbitrary client IDs and sending passwords on the wire

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-07 Thread via GitHub
fivetran-arunsuri commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3044232715 @fivetran-raulpersa and @fivetran-kostaszoumpatianos for viz -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-07 Thread via GitHub
fivetran-arunsuri commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3044226999 Thanks for the response, @dimas-b. Using the Admin Tool for principal manipulation would introduce additional complexity to our migration workflow. Our primary requir

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-04 Thread via GitHub
dimas-b commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3036379789 @fivetran-arunsuri : Thanks for the detailed explanation. Your use case makes sense to me 👍 However, I'd think this kind of principal manipulation probably belongs to the [Ad

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-04 Thread via GitHub
fivetran-arunsuri commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3036155876 @dimas-b @eric-maynard Thanks for the response. We’re in the process of migrating our self-hosted Polaris service from version 0.9 (EclipseLink) to 1.0 (JDBC-based me

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-02 Thread via GitHub
eric-maynard commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3028621374 (aside: filed #1992 to improve the example linked above) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-02 Thread via GitHub
dimas-b commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3028612819 This feels like a discussion of how the Authorization side of Polaris works (handling Principals managed by Polaris). The Client ID here basically refers to the Client Credenti

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-07-02 Thread via GitHub
eric-maynard commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3028570798 Hey @fivetran-arunsuri, sorry I missed your previous comment. From the service POV, I'm not sure whether or not creating a principal with specific _secret_ is something we

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-06-30 Thread via GitHub
fivetran-arunsuri commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3021053656 ``` Also regarding my second question, I would like to know the feasibility of the following Why are we not allowing users to set their own clientId and clientSecret

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-06-24 Thread via GitHub
fivetran-arunsuri commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3002360095 @eric-maynard The swagger Request body for the given API looks like this, could be auto generated but we need to correct that right? https://github.com/user-attachmen

Re: [I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-06-24 Thread via GitHub
eric-maynard commented on issue #1929: URL: https://github.com/apache/polaris/issues/1929#issuecomment-3001728593 The spec notes clientId is output-only here: ```yaml clientId: type: string description: The output-only OAuth clientId associated with thi

[I] Passing ClientId as parameter while creating principal doesn't work [polaris]

2025-06-24 Thread via GitHub
fivetran-arunsuri opened a new issue, #1929: URL: https://github.com/apache/polaris/issues/1929 ### Describe the bug Hey Team, I was trying to verify some of Polaris management API's. I found out that even though the documentation says we can pass clientId as param while creating