martinweiler commented on code in PR #4321:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4321#discussion_r3455677333
##########
api/kogito-api/src/main/java/org/kie/kogito/auth/IdentityProviderFactory.java:
##########
@@ -29,11 +31,13 @@ public interface IdentityProviderFactory {
/**
* Enables (true) using the application security context when resolving
current User Identity. Defaults to false.
*/
+ @KieProperty(type = "boolean", defaultValue = "false", allowedValues =
"true,false")
String KOGITO_SECURITY_AUTH_ENABLED = "kogito.security.auth.enabled";
/**
* Comma-separated list of roles that allow identity impersonation when
resolving the actual User Identity.
*/
+ @KieProperty
Review Comment:
Do we want to provide as much information as possible, eg. `type = "String",
defaultValue = null`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]