Remove erroneous information about some endpoints being root-protected
This commit is contained in:
parent
00c76ff5b3
commit
21e39bfea6
|
@ -371,7 +371,6 @@ errors for exceeding the AWS limit of 32 characters on STS token names.
|
|||
<dt>Description</dt>
|
||||
<dd>
|
||||
Configures the root IAM credentials used.
|
||||
This is a root protected endpoint.
|
||||
If static credentials are not provided using
|
||||
this endpoint, then the credentials will be retrieved from the
|
||||
environment variables `AWS_ACCESS_KEY`, `AWS_SECRET_KEY` and `AWS_REGION`
|
||||
|
@ -420,7 +419,6 @@ errors for exceeding the AWS limit of 32 characters on STS token names.
|
|||
<dt>Description</dt>
|
||||
<dd>
|
||||
Configures the lease settings for generated credentials.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
|
|
@ -105,7 +105,6 @@ Permission denied
|
|||
<dt>Description</dt>
|
||||
<dd>
|
||||
Configures the access information for Consul.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
|
|
@ -124,7 +124,6 @@ the default on versions prior to that.
|
|||
<dt>Description</dt>
|
||||
<dd>
|
||||
Configures the connection DSN used to communicate with MySQL.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
|
|
@ -116,7 +116,6 @@ subpath for interactive help output.
|
|||
<dt>Description</dt>
|
||||
<dd>
|
||||
Configures the connection string used to communicate with PostgreSQL.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
|
|
@ -117,7 +117,6 @@ subpath for interactive help output.
|
|||
<dt>Description</dt>
|
||||
<dd>
|
||||
Configures the connection string used to communicate with RabbitMQ.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
|
|
@ -296,7 +296,7 @@ username@<IP of remote host>:~$
|
|||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Creates or updates a named key. This is a root protected endpoint.
|
||||
Creates or updates a named key.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
@ -327,7 +327,7 @@ username@<IP of remote host>:~$
|
|||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Deletes a named key. This is a root protected endpoint.
|
||||
Deletes a named key.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
|
Loading…
Reference in New Issue