REST API microservice enabling HTTP clients to view and manage user access to study datasets.
Used to authenticate user WDK session token values.
Value must be the MD5 hash of the entire salt file used by WDK sites.
CLI |
|
---|---|
ENV |
|
Defines the LDAP server(s) that are used to look up Oracle connection details.
Individual values must be formatted as <host.addr>:<port>
, for example
ldap.mysite.org:123
.
Multiple servers may be specified using a comma to separate them:
ldap1.mysite.org:123,ldap2.mysite.org:123
CLI |
|
---|---|
ENV |
|
The base context in which Oracle database TNS Names will be resolved.
Required if the web service connects to Oracle database(s) using a TNS Name rather than individual connection details.
cn=OracleContext,cn=MyTnsName,dc=Some,dc=Domain,dc=Component
CLI |
|
---|---|
ENV |
|
Sets the TNS Name to use when connecting to an Oracle application DB instance.
CLI |
|
---|---|
ENV |
|
Sets the connection username for the application DB that this web service will connect to.
CLI |
|
---|---|
ENV |
|
Sets the connection password for the application DB that this web service will connect to.
ENV |
|
---|
Sets the TNS Name to use when connecting to an Oracle account DB instance.
CLI |
|
---|---|
ENV |
|
Sets the connection username for the account DB that this web service will connect to.
CLI |
|
---|---|
ENV |
|
Sets the connection password for the account DB that this web service will connect to.
ENV |
|
---|
Sets the TNS Name to use when connecting to an Oracle user DB instance.
CLI |
|
---|---|
ENV |
|
Sets the connection username for the user DB that this web service will connect to.
CLI |
|
---|---|
ENV |
|
Sets the connection password for the user DB that this web service will connect to.
ENV |
|
---|
Used for sending emails this service will generate.
CLI |
|
---|---|
ENV |
|
Used to configure the port the web server to listens to.
Defaults to port 80
if unset.
CLI |
|
---|---|
ENV |
|
Sets the connection pool size for the application DB that this web service will connect to.
Defaults to 20
CLI |
|
---|---|
ENV |
|
Sets the connection pool size for the account DB that this web service will connect to.
Defaults to 20
CLI |
|
---|---|
ENV |
|
Sets the connection pool size for the user DB that this web service will connect to.
Defaults to 20
CLI |
|
---|---|
ENV |
|
# Required #############################
AUTH_SECRET_KEY=
LDAP_SERVER=
ORACLE_BASE_DN=
APP_DB_TNS_NAME=
APP_DB_USER=
APP_DB_PASS=
ACCT_DB_TNS_NAME=
ACCT_DB_USER=
ACCT_DB_PASS=
USER_DB_TNS_NAME=
USER_DB_USER=
USER_DB_PASS=
SMTP_HOST=
SUPPORT_EMAIL=
# Optional #############################
#SERVER_PORT=80
#APP_DB_POOL_SIZE=20
#ACCT_DB_POOL_SIZE=20
#USER_DB_POOL_SIZE=20
#EMAIL_DEBUG=false