mirror of https://github.com/hashicorp/consul
api: rename Authorize field to ClientCertURI
parent
9638466b88
commit
97f5414d94
|
@ -175,7 +175,7 @@ type SampledValue struct {
|
|||
// AgentAuthorizeParams are the request parameters for authorizing a request.
|
||||
type AgentAuthorizeParams struct {
|
||||
Target string
|
||||
ClientID string
|
||||
ClientCertURI string
|
||||
ClientCertSerial string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue