binarycat0 commented on code in PR #2643: URL: https://github.com/apache/polaris/pull/2643#discussion_r2370395760
########## client/python/cli/constants.py: ########## @@ -369,6 +371,9 @@ class Namespaces: CLIENT_ID_ENV = "CLIENT_ID" CLIENT_SECRET_ENV = "CLIENT_SECRET" CLIENT_PROFILE_ENV = "CLIENT_PROFILE" +REALM_ENV = "REALM" +REALM_HEADER_ENV = "REALM_HEADER" Review Comment: Yeah, I think you are right. Since the option name `--header-name` has nothing to do with `realm`, so we can use just `--header` as an option name 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
