gresockj commented on a change in pull request #5262:
URL: https://github.com/apache/nifi/pull/5262#discussion_r680403315
##########
File path:
nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java
##########
@@ -170,6 +171,7 @@
public static final String SECURITY_GROUP_MAPPING_PATTERN_PREFIX =
"nifi.security.group.mapping.pattern.";
public static final String SECURITY_GROUP_MAPPING_VALUE_PREFIX =
"nifi.security.group.mapping.value.";
public static final String SECURITY_GROUP_MAPPING_TRANSFORM_PREFIX =
"nifi.security.group.mapping.transform.";
+ public static final String SECURITY_USER_JWS_KEY_ROTATION_PERIOD =
"nifi.security.user.jws.key.rotation.period";
Review comment:
Just to make sure I follow, are you suggesting leaving this property at
its default in the framework so it's not exposed to the user? That seems like
a valid option, I just want to understand the intent.
--
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]