File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ security:
105105 access_control :
106106 - { path: ^/$, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
107107 - { path: ^/docs, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI docs
108+ - { path: ^/contexts, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI contexts
108109 - { path: ^/auth, roles: PUBLIC_ACCESS }
109110 - { path: ^/, roles: IS_AUTHENTICATED_FULLY }
110111` ` `
@@ -162,6 +163,7 @@ security:
162163 access_control:
163164 - { path: ^/$, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
164165 - { path: ^/docs, roles: PUBLIC_ACCESS } # Allows accessing API documentations and Swagger UI docs
166+ - { path: ^/contexts, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI contexts
165167 - { path: ^/auth, roles: PUBLIC_ACCESS }
166168 - { path: ^/, roles: IS_AUTHENTICATED_FULLY }
167169` ` `
You can’t perform that action at this time.
0 commit comments