-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/his internal profile (#2887)
* updated local deployment instruction * properties for internal HIS cluster * Update application-internal.yml deleted credentials * logo for codehub sign in button * Update application-internal.yml left only properties that relates to codehub authorization * codehub icon * codehub logo * deleted comments * Update LoginUtils.kt * deleted unnecessary lines * return to correct version of file
- Loading branch information
Showing
5 changed files
with
93 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
spring: | ||
security: | ||
oauth2: | ||
client: | ||
provider: | ||
codehub: | ||
authorization-uri: https://codehub-g.huawei.com/oauth/authorize | ||
token-uri: https://codehub-g.huawei.com/oauth/token | ||
user-info-uri: https://codehub-g.huawei.com/api/v4/user | ||
user-name-attribute: username | ||
user-info-authentication-method: post | ||
registration: | ||
codehub: | ||
provider: codehub | ||
redirect-uri: '${gateway.frontend.url}/{action}/oauth2/code/{registrationId}' | ||
authorization-grant-type: authorization_code | ||
client-authentication-method: client_secret_post | ||
scope: profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
chartVersion: '0.2.1+1056' | ||
|
||
# The version from the "Build and push Docker images" action. | ||
# | ||
# Search the log for the "Successfully built image | ||
# 'ghcr.io/saveourtool/api-gateway:master'" line, or simply | ||
# look up the version of the latest published package at | ||
# <https://github.com/orgs/saveourtool/packages?repo_name=save-cloud>. | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
gateway: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
backend: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
frontend: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
preprocessor: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
orchestrator: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
sandbox: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
demo: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' | ||
demo_cpg: | ||
dockerTag: '0.4.0-alpha.0.379-70423bd' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.