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
f7f12059
Commit
f7f12059
authored
Nov 17, 2020
by
Daniel Scholl
Browse files
Removed Legal from istio-auth chart
parent
459f24a6
Changes
1
Show whitespace changes
Inline
Side-by-side
charts/osdu-istio-auth/templates/legal.yaml
deleted
100644 → 0
View file @
459f24a6
# Copyright © Microsoft Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion
:
security.istio.io/v1beta1
kind
:
AuthorizationPolicy
metadata
:
name
:
legal-jwt-authz
namespace
:
osdu
spec
:
selector
:
matchLabels
:
app
:
legal
action
:
DENY
rules
:
-
from
:
-
source
:
notRequestPrincipals
:
[
"
*"
]
to
:
-
operation
:
notPaths
:
[
"
/"
,
"
*/index.html"
,
"
*/v2/api-docs"
,
"
*/configuration/ui"
,
"
*/configuration/security"
,
"
*/swagger"
,
"
*/swagger-ui.html"
,
"
*/swagger-resources"
,
"
*/actuator/health"
,
"
/api/legal/v1/swagger-resources/*"
,
"
/api/legal/v1/webjars/*"
]
Write
Preview
Supports
Markdown
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