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 }