This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from b5236bd41 Merge pull request #390 from isururanawaka/develop
new 506a05e52 changed the docker build library to
io.fabric8:docker-maven-plugin
new 65a4d7c8f integrating keycloak with a mysql db
new 66e3f90f4 configure nginx to dynamically resolve Keycloak host and
nginx server using env variables
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
custos-rest-proxy/pom.xml | 73 ++++++++++++----------
.../custos-core-services-server/pom.xml | 27 ++++----
.../agent-profile-core-service/pom.xml | 4 +-
.../cluster-management-core-service/pom.xml | 4 +-
.../credential-store-core-service/pom.xml | 4 +-
.../custos-core-services/custos-logging/pom.xml | 4 +-
.../custos-messaging-core-service/pom.xml | 4 +-
.../federated-authentication-core-service/pom.xml | 4 +-
.../iam-admin-core-service/pom.xml | 4 +-
.../identity-core-service/pom.xml | 4 +-
.../resource-secret-core-service/pom.xml | 4 +-
.../sharing-core-service/pom.xml | 4 +-
.../tenant-profile-core-service/pom.xml | 4 +-
.../user-profile-core-service/pom.xml | 4 +-
.../custos-grpc-web-proxy/pom.xml | 4 +-
.../custos-keycloak/pom.xml | 4 +-
.../src/main/resources/standalone-ha.xml | 16 +++--
.../src/main/resources/standalone.xml | 16 +++--
.../custos-integration-services-server/pom.xml | 27 ++++----
.../agent-management-service/pom.xml | 4 +-
.../custos-integration-services-swagger/pom.xml | 4 +-
.../group-management-service/pom.xml | 4 +-
.../identity-management-service/pom.xml | 4 +-
.../log-management-service/pom.xml | 4 +-
.../resource-secret-management-service/pom.xml | 4 +-
.../scim-service/pom.xml | 4 +-
.../sharing-management-service/pom.xml | 4 +-
.../tenant-management-service/pom.xml | 4 +-
.../user-management-service/pom.xml | 4 +-
custos-utilities/ide-integration/Dockerfile | 6 +-
custos-utilities/ide-integration/pom.xml | 27 ++++----
.../src/main/containers/docker-compose.yml | 16 ++++-
.../containers/init/mysql/scripts/bash/init-db.sh | 14 +++++
.../src/main/containers/init/nginx/entrypoint.sh | 3 +
.../ide-integration/src/main/containers/nginx.conf | 4 +-
pom.xml | 11 +++-
36 files changed, 206 insertions(+), 130 deletions(-)
create mode 100755
custos-utilities/ide-integration/src/main/containers/init/mysql/scripts/bash/init-db.sh
create mode 100755
custos-utilities/ide-integration/src/main/containers/init/nginx/entrypoint.sh