-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pgadmin from @leeevans commits and updated the content page to …
…show it Also borrowed some WebAPI DB security improvements from @leeevans
- Loading branch information
Showing
8 changed files
with
65 additions
and
12 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 |
---|---|---|
|
@@ -120,6 +120,7 @@ SECURITY_DB_DATASOURCE_URL="jdbc:postgresql://broadsea-atlasdb:5432/postgres" | |
SECURITY_DB_DATASOURCE_DRIVERCLASSNAME="org.postgresql.Driver" | ||
SECURITY_DB_DATASOURCE_USERNAME="postgres" | ||
SECURITY_DB_DATASOURCE_PASSWORD_FILE="./secrets/webapi/SECURITY_DB_DATASOURCE_PASSWORD" | ||
SECURITY_DB_DATASOURCE_AUTHENTICATIONQUERY="select password from webapi_security.security where lower(email) = lower(?)" | ||
|
||
# LDAP | ||
SECURITY_AUTH_LDAP_ENABLED="false" | ||
|
@@ -301,6 +302,7 @@ CONTENT_ARES_DISPLAY="show" | |
CONTENT_ATLAS_DISPLAY="show" | ||
CONTENT_HADES_DISPLAY="show" | ||
CONTENT_OPENSHINYSERVER_DISPLAY="show" | ||
CONTENT_PGADMIN4_DISPLAY="show" | ||
CONTENT_POSITCONNECT_DISPLAY="none" # requires commercial license, see Section 15 | ||
CONTENT_PERSEUS_DISPLAY="none" | ||
|
||
|
@@ -413,4 +415,15 @@ DQD_CONCEPT_CHECK_THRESHOLD_LOC="default" | |
|
||
# Specific AresIndexer Config Items | ||
|
||
ARES_RUN_NETWORK="FALSE" # should the full Ares network analysis be run? | ||
ARES_RUN_NETWORK="FALSE" # should the full Ares network analysis be run? | ||
|
||
|
||
############################################################################################################################################################ | ||
# Section 18: | ||
# pgAdmin4 config | ||
############################################################################################################################################################ | ||
|
||
# default admin user login userid and password | ||
|
||
PGADMIN_ADMIN_USER="[email protected]" | ||
PGADMIN_DEFAULT_PASSWORD_FILE="./secrets/pgadmin4/PGADMIN_DEFAULT_PASSWORD" |
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
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.
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 @@ | ||
secret |
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