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:
105
105
access_control :
106
106
- { path: ^/$, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
107
107
- { path: ^/docs, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI docs
108
+ - { path: ^/contexts, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI contexts
108
109
- { path: ^/auth, roles: PUBLIC_ACCESS }
109
110
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
110
111
` ` `
@@ -162,6 +163,7 @@ security:
162
163
access_control:
163
164
- { path: ^/$, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
164
165
- { 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
165
167
- { path: ^/auth, roles: PUBLIC_ACCESS }
166
168
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
167
169
` ` `
You can’t perform that action at this time.
0 commit comments