Skip to content
GitLab
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
Security and Compliance
entitlements-azure
Commits
7a9738e5
Commit
7a9738e5
authored
Jul 07, 2020
by
Duvelis Carao
Browse files
Adding missing context path for Entitlements
parent
83c093c0
Pipeline
#3112
failed with stage
in 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7a9738e5
...
...
@@ -39,6 +39,7 @@ az keyvault secret show --vault-name $KEY_VAULT_NAME --name $KEY_VAULT_SECRET_NA
| name | value | description | sensitive? | source |
| --- | --- | --- | --- | --- |
|
`server.servlet.contextPath`
|
`/entitlements/v1/`
| Servlet context path | no | - |
|
`service_domain_name`
| ex
`contoso.com`
| The name of the domain for which the service will run | no | -- |
|
`aad_client_id`
|
`********`
| AAD client application ID | yes | output of infrastructure deployment |
|
`azure.activedirectory.AppIdUri`
|
`api://${azure.activedirectory.client-id}`
| URI for AAD Application | no | -- |
...
...
src/main/resources/application.properties
View file @
7a9738e5
...
...
@@ -14,6 +14,7 @@
# limitations under the License.
#
LOG_PREFIX
=
entitlements
server.servlet.contextPath
=
/entitlements/v1/
service.domain.name
=
${service_domain_name}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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