refs #624. Removed temp security

feature/comunication-ogagent
Manuel Aranda Rosales 2024-08-21 09:25:22 +02:00
parent 0dc60d833d
commit 5aa77d7f3b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ security:
- { path: ^/$, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
- { path: ^/docs, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI docs
- { path: ^/auth/login, roles: PUBLIC_ACCESS }
- { path: ^/opengnsys/rest/, roles: PUBLIC_ACCESS }
- { path: ^/auth/refresh, roles: PUBLIC_ACCESS }
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }