From 0f196a57dc7639bfaf9c233cf1eeda533b2a6b51 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 3 Dec 2019 17:03:40 +0000 Subject: [PATCH] Use forked pebble with support for EABs Signed-off-by: James Munnelly --- test/e2e/charts/pebble/templates/configmap.yaml | 9 +++++++-- test/e2e/images.bzl | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/test/e2e/charts/pebble/templates/configmap.yaml b/test/e2e/charts/pebble/templates/configmap.yaml index f27f38a23..4635e1117 100644 --- a/test/e2e/charts/pebble/templates/configmap.yaml +++ b/test/e2e/charts/pebble/templates/configmap.yaml @@ -15,7 +15,12 @@ data: "certificate": "/config/cert.pem", "privateKey": "/config/key.pem", "httpPort": 80, - "tlsPort": 443 + "tlsPort": 443, + "externalAccountBindingRequired": false, + "externalAccountMACKeys": { + "kid-1": "a2lkLXNlY3JldC0x", + "kid-2": "a2lkLXNlY3JldC0y" + } } } cert.pem: | @@ -65,4 +70,4 @@ data: majRYQKBgAMKJ3RlII0qvAfNFZr4Y2bNIq+60Z+Qu2W5xokIHCFNly3W1XDDKGFe CCPHSvQljinke3P9gPt2HVdXxcnku9VkTti+JygxuLkVg7E0/SWwrWfGsaMJs+84 fK+mTZay2d3v24r9WKEKwLykngYPyZw5+BdWU0E+xx5lGUd3U4gG - -----END RSA PRIVATE KEY----- \ No newline at end of file + -----END RSA PRIVATE KEY----- diff --git a/test/e2e/images.bzl b/test/e2e/images.bzl index 0eed69885..34a268128 100644 --- a/test/e2e/images.bzl +++ b/test/e2e/images.bzl @@ -30,7 +30,7 @@ def install(): ## field in this rule go_repository( name = "org_letsencrypt_pebble", - commit = "2787c898960ca6326da21ab48b76b080f89a8fec", + commit = "930cc9b6f9ecfb81d755a949cc525d515893ee0f", remote = "https://github.com/munnerz/pebble", vcs = "git", importpath = "github.com/letsencrypt/pebble",