dimas-b commented on code in PR #2197: URL: https://github.com/apache/polaris/pull/2197#discussion_r2268015376
########## polaris-core/src/main/java/org/apache/polaris/core/entity/PolarisPrincipalSecrets.java: ########## @@ -147,6 +147,19 @@ public void rotateSecrets(String newSecondaryHash) { this.mainSecretHash = hashSecret(mainSecret); } + /** Reset the main secrets */ + public void resetSecrets(String customClientSecret) { + this.mainSecret = customClientSecret; Review Comment: ah, right :facepalm: -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org