mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Don't read out an internal role member in PKI
This commit is contained in:
parent
c198732551
commit
4535c8c38d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue