Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
e1926b97
Commit
e1926b97
authored
Nov 20, 2020
by
Aman Verma
Browse files
updating the istio no auth policies for schema service
parent
4424de99
Changes
1
Hide whitespace changes
Inline
Side-by-side
charts/osdu-istio-auth/templates/schema.yaml
View file @
e1926b97
...
...
@@ -28,7 +28,6 @@ spec:
notRequestPrincipals
:
[
"
*"
]
to
:
-
operation
:
notPaths
:
[
"
/"
,
"
*/swagger"
,
"
*/swagger-resources"
,
"
*/swagger-ui.html"
,
"
*/actuator/health"
,
"
/api/schema-service/v1/swagger-resources/*"
]
notPaths
:
[
"
/"
,
"
*/swagger-resources"
,
"
*/swagger"
,
"
/api/schema-service/v1/webjars/*"
,
"
*/v2/api-docs"
,
"
/api/schema-service/v1/swagger-resources/*"
,
"
*/swagger-ui.html"
,
"
*/actuator/health"
,]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment