-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beckn-ONIX installation does not update existing key #177
Comments
Identified the API that updates the public and private keys on the registry. The API is |
Venkatesh, Venky, and I had a call to discuss the correct approach for this task. Venkatesh will confirm the approach we need to follow. For now, I'm moving this ticket to on hold. |
Related to #176 |
The user flow needs to be identified and use the actual creds used on the registry of the user. |
@emmayank When can we connect with Ravi for to get the clerification for user flow? |
Ask user for the username and password or API key during the PS deployment and then deploy it. |
We can create the NP with the registered user on registry. PR: #295 |
Description:
There is an issue when installing the Protocol Server (PS) using Beckn ONIX, where if a Network Participant (NP) is already present in the registry, the public key is not updated. This results in a mismatch between the public key in the
config/default.yaml
file and the one in the registry, causing communication failures.Problem:
When the Protocol Server (PS) is installed using Beckn ONIX, and the Network Participant (NP) already exists in the registry, the NP's public key is not updated. As a result, the public key in the
config/default.yaml
file differs from the one in the registry, leading to communication issues.Solution:
After the installation of the Protocol Server (PS) with Beckn ONIX, the public key in the
config/default.yaml
file and the one in the registry should be identical to ensure successful communication. The process should be updated to verify and align the keys post-installation.Goals:
config/default.yaml
matches the public key in the registry after PS installation via Beckn ONIX.Expected Outcome:
config/default.yaml
is correctly updated and matches the one in the registry after the PS installation.Acceptance Criteria:
Mockups / Wireframes:
NA
Product Name:
Beckn Protocol Server
Domain:
DevOps
Tech Skills Needed:
YAML Configuration, Beckn ONIX, DevOps, Registry Management
Complexity:
Medium
Category:
Bug Fix
Sub Category:
Configuration Issue
The text was updated successfully, but these errors were encountered: