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

Remove acme provider dependency in server #3225

Merged
merged 4 commits into from
Apr 24, 2018
Merged

Conversation

juliens
Copy link
Member

@juliens juliens commented Apr 23, 2018

What does this PR do?

Remove acme provider dependency in server.

Motivation

Better separation of concern

More

  • Added/updated tests

server/server.go Outdated
@@ -79,10 +78,18 @@ type Server struct {
entryPoints map[string]EntryPoint
}

// CertificateStore store for dynamic and static certificates
type CertificateStore struct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you try to move this struct in types package please

Copy link
Contributor

@nmengin nmengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉 👏 🤖 🐔

Copy link
Member

@mmatur mmatur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmatur mmatur added this to the 1.7 milestone Apr 24, 2018
Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@traefiker traefiker merged commit b4e3bca into traefik:master Apr 24, 2018
@juliens juliens deleted the acme branch July 9, 2018 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/acme kind/enhancement a new or improved feature. size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants