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

Bazelify pomerium #4117

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Bazelify pomerium #4117

wants to merge 6 commits into from

Conversation

brian-mcnamara
Copy link

Summary

Somewhat a POC to migrate Pomerium to using bazel. I managed to get bazel build //..., bazel run //cmd/pomerium:pomerium and bazel test //... to work (minus some test failures). The main goal here was to support a better path forward for providing multi-lingual proto libraries to hopefully make the enterprise-client easier to adapt to any language that supports protobuf.

User Explanation

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

I'm publishing this as a draft PR to support discussion, I have not spent time cleaning up code which is needed. This was mostly created using gazelle, however some manual modification to library versions and some patches were need to get the build to work.

@CLAassistant
Copy link

CLAassistant commented Apr 19, 2023

CLA assistant check
All committers have signed the CLA.

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.

None yet

2 participants