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
13a0ed9e
Commit
13a0ed9e
authored
Nov 23, 2020
by
Aman Verma
Browse files
Merge remote-tracking branch 'origin/master' into users/amaverma/UpdateIstioPolicies
parents
e1926b97
d5478cf1
Changes
5
Show whitespace changes
Inline
Side-by-side
charts/osdu-common/templates/appgw-ingress.yaml
View file @
13a0ed9e
...
...
@@ -82,3 +82,7 @@ spec:
-
backend
:
serviceName
:
wellbore-dms
servicePort
:
80
-
backend
:
serviceName
:
notification
servicePort
:
80
path
:
/api/notification/v1/*
charts/osdu-istio-auth/templates/indexer-service.yaml
View file @
13a0ed9e
...
...
@@ -34,5 +34,8 @@ spec:
"
*/actuator/health"
,
"
/api/indexer/v2/swagger-resources/*"
,
"
/api/indexer/v2/webjars/*"
,
"
*/index-worker"
,
"
*/_dps/task-handlers"
,
"
/api/indexer/v2/_dps/task-handlers/*"
,
"
*/reindex"
,
"
*/configuration/security"
]
charts/osdu-istio-auth/templates/register.yaml
deleted
100644 → 0
View file @
e1926b97
# 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
:
register-jwt-authz
namespace
:
osdu
spec
:
selector
:
matchLabels
:
app
:
register
action
:
DENY
rules
:
-
from
:
-
source
:
notRequestPrincipals
:
[
"
*"
]
to
:
-
operation
:
notPaths
:
[
"
/"
,
"
*/swagger"
,
"
*/swagger-resources"
,
"
*/swagger-ui.html"
,
"
*/actuator/health"
,
"
/api/register/v1/swagger-resources/*"
]
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
13a0ed9e
...
...
@@ -148,6 +148,11 @@ cosmos_sql_collections = [
name = "FileLocationEntity"
database_name = "osdu-db"
partition_key_path = "/id"
},
{
name = "WorkflowCustomOperatorInfo"
database_name = "osdu-db"
partition_key_path = "/operatorId"
}
]
...
...
infra/templates/osdu-r3-mvp/data_partition/tests/unit/unit_test.go
View file @
13a0ed9e
...
...
@@ -49,7 +49,7 @@ func TestTemplate(t *testing.T) {
TfOptions
:
tfOptions
,
Workspace
:
workspace
,
PlanAssertions
:
nil
,
ExpectedResourceCount
:
9
0
,
ExpectedResourceCount
:
9
1
,
ExpectedResourceAttributeValues
:
resourceDescription
,
}
...
...
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