Configure public directory with keycloak enforcer

Hello everyone,
I use the keycloak policy enforcer to manage the permissions of my springboot application. I’m currently experiencing a problem I’d like to set up a public directory. I tried this
`keycloak.security-constraints[0].securityCollections[0].name=Public-ressources
keycloak.security-constraints[0].securityCollections[0].patterns[0]=/*

but it doesn’t work an idea?