Skip to content

Commit

Permalink
Remove testing data from Compose configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 4, 2024
1 parent 087cd0c commit 9b0c964
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions hack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,24 +189,6 @@ services:
ARCHIVEMATICA_DASHBOARD_CLIENT_HOST: "mysql"
ARCHIVEMATICA_DASHBOARD_CLIENT_DATABASE: "MCP"
ARCHIVEMATICA_DASHBOARD_SEARCH_ENABLED: "${AM_SEARCH_ENABLED:-true}"
ARCHIVEMATICA_DASHBOARD_OIDC_AUTHENTICATION: "true"
ARCHIVEMATICA_DASHBOARD_OIDC_ALLOW_LOCAL_AUTHENTICATION: "true"
OIDC_RP_CLIENT_ID: "am-dashboard"
OIDC_RP_CLIENT_SECRET: "example-secret"
OIDC_OP_AUTHORIZATION_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/auth"
OIDC_OP_TOKEN_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/token"
OIDC_OP_USER_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/userinfo"
OIDC_OP_JWKS_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/certs"
OIDC_OP_LOGOUT_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/logout"
OIDC_SECONDARY_PROVIDER_NAMES: "SECONDARY"
OIDC_RP_CLIENT_ID_SECONDARY: "am-dashboard-secondary"
OIDC_RP_CLIENT_SECRET_SECONDARY: "example-secret"
OIDC_OP_AUTHORIZATION_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/auth"
OIDC_OP_TOKEN_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/token"
OIDC_OP_USER_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/userinfo"
OIDC_OP_JWKS_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/certs"
OIDC_OP_LOGOUT_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/logout"
OIDC_RP_SIGN_ALGO: "RS256"
volumes:
- "../:/src"
- "archivematica_pipeline_data:/var/archivematica/sharedDirectory:rw"
Expand Down Expand Up @@ -238,24 +220,6 @@ services:
SS_DB_URL: "mysql://archivematica:demo@mysql/SS"
SS_GNUPG_HOME_PATH: "/var/archivematica/storage_service/.gnupg"
SS_PROMETHEUS_ENABLED: "true"
SS_OIDC_AUTHENTICATION: "true"
SS_OIDC_ALLOW_LOCAL_AUTHENTICATION: "true"
OIDC_RP_CLIENT_ID: "am-storage-service"
OIDC_RP_CLIENT_SECRET: "example-secret"
OIDC_OP_AUTHORIZATION_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/auth"
OIDC_OP_TOKEN_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/token"
OIDC_OP_USER_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/userinfo"
OIDC_OP_JWKS_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/certs"
OIDC_OP_LOGOUT_ENDPOINT: "http://keycloak:8080/realms/demo/protocol/openid-connect/logout"
OIDC_SECONDARY_PROVIDER_NAMES: "SECONDARY"
OIDC_RP_CLIENT_ID_SECONDARY: "am-storage-service-secondary"
OIDC_RP_CLIENT_SECRET_SECONDARY: "example-secret"
OIDC_OP_AUTHORIZATION_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/auth"
OIDC_OP_TOKEN_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/token"
OIDC_OP_USER_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/userinfo"
OIDC_OP_JWKS_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/certs"
OIDC_OP_LOGOUT_ENDPOINT_SECONDARY: "http://keycloak:8080/realms/secondary/protocol/openid-connect/logout"
OIDC_RP_SIGN_ALGO: "RS256"
volumes:
- "./submodules/archivematica-storage-service/:/src/"
- "./submodules/archivematica-sampledata/:/home/archivematica/archivematica-sampledata/:ro"
Expand Down

0 comments on commit 9b0c964

Please sign in to comment.