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
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
090031e2
Commit
090031e2
authored
Apr 02, 2021
by
Luc Yriarte
Browse files
Remove all remaining references to entitlements service, except in the core deps postman
parent
0ea267dc
Pipeline
#34379
passed with stages
in 10 minutes and 35 seconds
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
devops/azure/azure-wellbore.yml
View file @
090031e2
...
...
@@ -30,8 +30,6 @@
variables
:
LOG_LEVEL
:
INFO
# Common Section
ENTITLEMENT_URL
:
https://${AZURE_DNS_NAME}/entitlements/v1/
ENTITLEMENT_V2_URL
:
https://${AZURE_DNS_NAME}/api/entitlements/v2/
LEGAL_URL
:
https://${AZURE_DNS_NAME}/api/legal/v1/
STORAGE_URL
:
https://${AZURE_DNS_NAME}/api/storage/v2/
SEARCH_URL
:
https://${AZURE_DNS_NAME}/api/search/v2/
...
...
devops/azure/chart/templates/configmap.yaml
View file @
090031e2
...
...
@@ -17,7 +17,6 @@ apiVersion: v1
data
:
CLOUD_PROVIDER
:
az
OPENAPI_PREFIX
:
{{
include "os-wellbore-ddms.prefix" .
}}
SERVICE_HOST_ENTITLEMENTS
:
{{
.Values.configMap.data.entitlementsEndpoint
}}
SERVICE_HOST_STORAGE
:
{{
.Values.configMap.data.storageEndpoint
}}
SERVICE_HOST_SEARCH
:
{{
.Values.configMap.data.searchEndpoint
}}
SERVICE_HOST_PARTITION
:
{{
.Values.configMap.data.partitionEndpoint
}}
...
...
devops/azure/chart/values.yaml
View file @
090031e2
...
...
@@ -48,7 +48,6 @@ labels:
configMap
:
data
:
entitlementsEndpoint
:
http://entitlements-azure.osdu/api/entitlements
storageEndpoint
:
http://storage.osdu/api/storage
searchEndpoint
:
http://search-service.osdu/api/search
partitionEndpoint
:
http://partition.osdu/api/partition
...
...
devops/gcp/templates/configmap.yaml
View file @
090031e2
...
...
@@ -3,7 +3,6 @@ apiVersion: v1
data
:
CLOUD_PROVIDER
:
gcp
OS_WELLBORE_DDMS_DATA_PROJECT_ID
:
{{
.Values.configMap.data.projectId
}}
SERVICE_HOST_ENTITLEMENTS
:
{{
.Values.configMap.data.entitlementsEndpoint
}}
SERVICE_HOST_STORAGE
:
{{
.Values.configMap.data.storageEndpoint
}}
SERVICE_HOST_SEARCH
:
{{
.Values.configMap.data.searchEndpoint
}}
metadata
:
...
...
devops/gcp/values.yaml
View file @
090031e2
...
...
@@ -8,7 +8,6 @@ configMap:
cloudProvider
:
gcp
projectId
:
nice-etching-277309
searchEndpoint
:
https://os-search-attcrcktoa-uc.a.run.app/api/search
entitlementsEndpoint
:
https://os-entitlements-gcp-attcrcktoa-uc.a.run.app/entitlements/v1/
storageEndpoint
:
https://os-storage-attcrcktoa-uc.a.run.app/api/storage
name
:
wellbore
...
...
provider/os-wellbore-ddms-azure/README.md
View file @
090031e2
...
...
@@ -14,7 +14,6 @@ In order to run this service locally, you will need the following:
## Service Dependencies
-
[
Storage Service
](
https://community.opengroup.org/osdu/platform/system/storage
)
-
[
Search Service
](
https://community.opengroup.org/osdu/platform/system/search-service
)
-
[
Entitlements Service
](
https://community.opengroup.org/osdu/platform/security-and-compliance/entitlements
)
> Add service dependencies here
...
...
@@ -40,7 +39,6 @@ az keyvault secret show --vault-name $KEY_VAULT_NAME --name $KEY_VAULT_SECRET_NA
|
`CLOUDPROVIDER`
|
`azure`
| Cloud provider for this deployment | no | Constant |
|
`SERVICE_HOST`
|
`$DNS_HOST`
| Description | no | |
|
`SERVICE_PORT`
|
`8080`
| Description | no | |
|
`SERVICE_HOST_ENTITLEMENTS`
|
`https://${ENV_HOST}/entitlements/v1`
| Entitlements service host | no |
|
`SERVICE_HOST_STORAGE`
|
`https://${ENV_HOST}/api/storage/v2`
| Storage service host | no |
|
`SERVICE_HOST_SEARCH`
|
`https://${ENV_HOST}/api/search/v2`
| Search service host | no |
|
`SERVICE_HOST_PARTITION`
|
`https://${ENV_HOST}/api/partition/v2`
| Partition service host | no |
...
...
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