adutra commented on code in PR #3250:
URL: https://github.com/apache/polaris/pull/3250#discussion_r2705783473


##########
runtime/service/src/main/java/org/apache/polaris/service/auth/PolarisCredential.java:
##########
@@ -49,4 +59,10 @@ static PolarisCredential of(
 
   /** The principal roles, or empty if the principal has no roles. */
   Set<String> getPrincipalRoles();
+
+  /** True if the credential represents an external principal. */
+  @Value.Default
+  default boolean isExternal() {

Review Comment:
   Update: maybe not here... a credential can only be internal or external, 
there is no "federated" credential. Please disregard my comment above.



-- 
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]

Reply via email to