Skip to content
Snippets Groups Projects
Commit da52e64c authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch '395-support-basic-authentication-2' into 'dev'

Resolve "Support basic authentication"

See merge request !241
parents e0b64e86 c5bf8134
No related branches found
No related tags found
5 merge requests!250Master,!246Dev,!244Dev,!243Dev,!241Resolve "Support basic authentication"
...@@ -66,7 +66,7 @@ def create_app(config_class=Config): ...@@ -66,7 +66,7 @@ def create_app(config_class=Config):
"info": { "info": {
"title": "Database Repository Search Service API", "title": "Database Repository Search Service API",
"description": "Service that searches the search database", "description": "Service that searches the search database",
"version": "latest", "version": "__APPVERSION__",
"contact": { "contact": {
"name": "Prof. Andreas Rauber", "name": "Prof. Andreas Rauber",
"email": "andreas.rauber@tuwien.ac.at" "email": "andreas.rauber@tuwien.ac.at"
......
...@@ -150,6 +150,7 @@ services: ...@@ -150,6 +150,7 @@ services:
KEYCLOAK_HOST: "${KEYCLOAK_HOST:-http://authentication-service:8080}" KEYCLOAK_HOST: "${KEYCLOAK_HOST:-http://authentication-service:8080}"
KEYCLOAK_ADMIN: "${KEYCLOAK_ADMIN:-fda}" KEYCLOAK_ADMIN: "${KEYCLOAK_ADMIN:-fda}"
KEYCLOAK_ADMIN_PASSWORD: "${KEYCLOAK_ADMIN_PASSWORD:-fda}" KEYCLOAK_ADMIN_PASSWORD: "${KEYCLOAK_ADMIN_PASSWORD:-fda}"
KEYCLOAK_CLIENT_SECRET: "${KEYCLOAK_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}"
DATACITE_URL: "${DATACITE_URL:-https://api.test.datacite.org}" DATACITE_URL: "${DATACITE_URL:-https://api.test.datacite.org}"
DATACITE_PREFIX: "${DATACITE_PREFIX:-}" DATACITE_PREFIX: "${DATACITE_PREFIX:-}"
DATACITE_USERNAME: "${DATACITE_USERNAME:-}" DATACITE_USERNAME: "${DATACITE_USERNAME:-}"
......
...@@ -22,7 +22,7 @@ nav: ...@@ -22,7 +22,7 @@ nav:
- Storage Service: system-services-storage.md - Storage Service: system-services-storage.md
- Upload Service: system-services-upload.md - Upload Service: system-services-upload.md
- Databases: - Databases:
- Auth Database: system-databases-auth.md - Authentication Database: system-databases-authentication.md
- Data Database: system-databases-data.md - Data Database: system-databases-data.md
- Metadata Database: system-databases-metadata.md - Metadata Database: system-databases-metadata.md
- Search Database: system-databases-search.md - Search Database: system-databases-search.md
...@@ -33,8 +33,10 @@ nav: ...@@ -33,8 +33,10 @@ nav:
- Overview: usage-overview.md - Overview: usage-overview.md
- Services: - Services:
- Analyse Service: usage-analyse.md - Analyse Service: usage-analyse.md
- Authentication Service: usage-auth.md - Authentication Service: usage-authentication.md
- Broker Service: usage-broker.md - Broker Service: usage-broker.md
- Metadata Service: usage-metadata.md
- Search Service: usage-search.md
- Storage Service: usage-storage.md - Storage Service: usage-storage.md
- Upload Service: usage-upload.md - Upload Service: usage-upload.md
- publications.md - publications.md
......
mkdocs==1.4.3
mkdocs-material==9.1.17
mkdocs-with-pdf==0.9.3
mkdocs-material-extensions>=1.0.3
requests>=2.27.0
py-dotenv>=0.1
python-dotenv==1.0.0
requests==2.31.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment