adutra opened a new pull request, #956:
URL: https://github.com/apache/polaris/pull/956
You can test this feature with the following commands by observing the
warnings in the logs:
```shell
./gradlew run \
-Dpolaris.realm-context.type=test \
-Dpolaris.authentication.token-service.type=test \
-Dpolaris.authentication.authenticator.type=test
./gradlew run \
-Dpolaris.authentication.token-broker.type=symmetric-key \
-Dpolaris.authentication.token-broker.symmetric-key.secret=secret
./gradlew run \
-Dpolaris.persistence.type=eclipse-link \
-PeclipseLinkDeps=org.postgresql:postgresql:42.7.4
```
--
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]