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

Add the ability to provide pre-generated certs #545

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

alexmasi
Copy link
Contributor

@alexmasi alexmasi commented Jul 2, 2024

Currently self-signed is the only cert type provided, this PR adds another option to the topo proto but does not yet add support to node impls to use the new field.

A follow up PR will use the field.

@coveralls
Copy link

coveralls commented Jul 2, 2024

Pull Request Test Coverage Report for Build 9768506569

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 65.198%

Files with Coverage Reduction New Missed Lines %
topo/node/arista/arista.go 1 71.34%
Totals Coverage Status
Change from base Build 9765987846: -0.01%
Covered Lines: 4646
Relevant Lines: 7126

💛 - Coveralls

@chrisy
Copy link

chrisy commented Jul 2, 2024

This has been top of mind for me, so thanks for tackling it. Generating certs is the slowest part of topology creation in many cases!

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.

3 participants