This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/svclayer
in repository https://gitbox.apache.org/repos/asf/airavata.git
from e9057f7217 Consolidate monorepo structure and restructure deployment
files
add b6556b62f2 chore: untrack dev keystore files from git
add db8df4aa91 Update keystore generation script for multi-domain TLS and
standalone symmetric keystore
add 53ac578c4b Clean up tracked generated files, fix broken Maven module
paths, and harden Docker build
No new revisions were added by this update.
Summary of changes:
airavata-agent/protos/agent-communication.pb.go | 2419 --------------------
.../protos/agent-communication_grpc.pb.go | 133 --
airavata-api/.dockerignore | 12 +
.../distribution/src/main/docker/Dockerfile | 8 +-
.../main/resources/conf/keystores/airavata.sym.p12 | Bin 425 -> 0 bytes
.../resources/conf/keystores/generate_keystore.sh | 46 +-
.../src/main/resources/conf/keystores/server.crt | 18 -
.../src/main/resources/conf/keystores/server.key | 28 -
.../test/resources/conf/keystores/airavata.sym.p12 | Bin 425 -> 0 bytes
airavata-api/scripts/README.md | 2 +-
airavata-api/scripts/test-service-startup.sh | 4 +-
.../scripts/verify-service-startup-tests.sh | 6 +-
12 files changed, 50 insertions(+), 2626 deletions(-)
delete mode 100644 airavata-agent/protos/agent-communication.pb.go
delete mode 100644 airavata-agent/protos/agent-communication_grpc.pb.go
delete mode 100644
airavata-api/modules/distribution/src/main/resources/conf/keystores/airavata.sym.p12
delete mode 100644
airavata-api/modules/distribution/src/main/resources/conf/keystores/server.crt
delete mode 100644
airavata-api/modules/distribution/src/main/resources/conf/keystores/server.key
delete mode 100644
airavata-api/modules/distribution/src/test/resources/conf/keystores/airavata.sym.p12