-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Describe the bug
When using @RolesAllowed("${admin}") syntax, cannot use LDAP groups as roles, since comma escaping in property value (to prevent parsing it as list instead of single entry).
Also related (initial implementation?): #33982
Expected behavior
Escape syntax of smallrye-config is respected
Actual behavior
Escape syntax of smallrye-config is respected
How to Reproduce?
See linked PR for additional test.
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Reactions are currently unavailable