Don't read out an internal role member in PKI

This commit is contained in:
Jeff Mitchell 2017-11-08 18:20:53 -05:00
parent c198732551
commit 4535c8c38d

View file

@ -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
}