Skip to content
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

fix(security): correct security api proto namespace conflict #463

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

sandersms
Copy link
Contributor

A namespace conflict exists with the security "ipsec.proto" file that needed to be corrected. The new ipsec.proto with the CRUD model support had the same name; but, was located in the v1alpha1 folder. The previous .proto file was in the v1 folder.

The v1 folder is used by the existing strongswan_bridge as well as referenced in some of the other bridge examples.

In updating the strongswan_ bridge to the new CRUD model, the .proto file had a conflict that was reported. To correct this in the interim until each bridge can be corrected, the name of the new .proto file is opi_ipsec.proto to allow a unique name.

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
@sandersms sandersms marked this pull request as ready for review August 6, 2024 23:28
@sandersms sandersms requested a review from a team as a code owner August 6, 2024 23:28
@sandersms sandersms merged commit 08ef0ba into opiproject:main Aug 7, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants