From 4535c8c38de21b4d2d18db79f9cc5b65626d985e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 8 Nov 2017 18:20:53 -0500 Subject: [PATCH] Don't read out an internal role member in PKI --- builtin/logical/pki/path_roles.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/logical/pki/path_roles.go b/builtin/logical/pki/path_roles.go index 96d01970e9..d0fd70f340 100644 --- a/builtin/logical/pki/path_roles.go +++ b/builtin/logical/pki/path_roles.go @@ -362,6 +362,7 @@ func (b *backend) pathRoleRead( delete(resp.Data, "lease") delete(resp.Data, "lease_max") delete(resp.Data, "allowed_base_domain") + delete(resp.Data, "AllowExpirationPastCA") return resp, nil }