beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 12 forks source link

Enable Auto Loading of Layer 2 YAML Config into the Schema Folder of Protocol Server #985

Closed viraj89 closed 4 months ago

viraj89 commented 5 months ago

Description

Currently, each time we redeploy the protocol servers, all Layer 2 configurations present in the schemas folder for all domains get deleted. This necessitates manually placing these configurations again. To avoid this, we need to add a volume to the Docker container of the protocol servers to ensure these Layer 2 configurations are preserved during redeployment.

Goals

Expected Outcome

The Layer 2 configurations in the schemas folder of the protocol servers are preserved and automatically loaded during redeployment, eliminating the need for manual placement.

Acceptance Criteria

Mockups / Wireframes

Not applicable

Product Name

Beckn

Domain

Infrastructure

Tech Skills Needed

Complexity

Medium

Category

Infrastructure

Sub Category

Configuration Management

prasad-takale-eminds commented 4 months ago

We have added code in beckn-onix.sh to create a docker volume with the name 'bap_client_config_volume'.