Skip to content

Commit

Permalink
🐛 (org): Allow creating Orgs without Login, once again
Browse files Browse the repository at this point in the history
  • Loading branch information
d135-1r43 committed Jan 9, 2025
1 parent 86e6172 commit bea9c4b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ quarkus.smallrye-openapi.store-schema-directory=target/openapi
#
quarkus.http.auth.permission.rest.paths=*
quarkus.http.auth.permission.rest.policy=authenticated
quarkus.http.auth.permission.organization.paths=/organization
quarkus.http.auth.permission.organization.policy=permit
quarkus.http.auth.permission.organization.methods=POST
quarkus.http.auth.permission.management.paths=/q*
quarkus.http.auth.permission.management.policy=permit
#
Expand Down

0 comments on commit bea9c4b

Please sign in to comment.