-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Zach Shilton <[email protected]>
- Loading branch information
1 parent
9ef1b3d
commit 9171988
Showing
65 changed files
with
76 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<a id="agent-arg-file_path" /> | ||
|
||
<a href="#agent-arg-file_path" style={{textDecorationLine:'none'}}> | ||
|
||
**`file_path (string : "./agent.hcl")`** | ||
|
||
</a> | ||
- `file_path (string : "./agent.hcl")` ((#agent-arg-file_path)) | ||
|
||
The path where Vault should save the generated configuration file. | ||
|
||
**Example**: `"./agent/custom-config.hcl"` | ||
**Example**: `"./agent/custom-config.hcl"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
website/content/partials/cli/agent/flags/exit-after-auth.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
<a id="agent-flag-exit-after-auth" /> | ||
|
||
<a href="#agent-flag-exit-after-auth" style={{textDecorationLine:'none'}}> | ||
|
||
**`-exit-after-auth (bool : false)`** | ||
|
||
</a> | ||
- `-exit-after-auth (bool : false)` ((#agent-flag-exit-after-auth)) | ||
|
||
Exit with code `0` after a single successful auth. Success indicates successful | ||
token retrieval and write to sink. | ||
|
||
**Example**: `-exit-after-auth` | ||
**Example**: `-exit-after-auth` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
<a id="agent-flag-type" /> | ||
|
||
<a href="#agent-flag-type" style={{textDecorationLine:'none'}}> | ||
|
||
**`-type (enum : <required>)`** | ||
|
||
</a> | ||
- `-type (enum : <required>)` ((#agent-flag-type)) | ||
|
||
The configuration file entry to create. | ||
|
||
Enum | Description | ||
-------------- | ----------- | ||
`env-template` | Create environment variable templates from JSON keys in `kv` plugins | ||
|
||
**Example**: `-type env-template` | ||
**Example**: `-type env-template` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
<a id="audit-arg-device_type" /> | ||
|
||
<a href="#ANCHOR_ID" style={{textDecorationLine:'none'}}> | ||
|
||
**`audit-arg-device_type (enum : <required>)`** | ||
|
||
</a> | ||
- `audit-arg-device_type (enum : <required>)` ((#audit-arg-device_type)) | ||
|
||
The audit device type to create. | ||
|
||
Enum | Description | ||
-------- | ----------- | ||
`file` | Write log entries to a file on the Vault server. | ||
`socket` | Write log entries to an existing TCP, UDP, or UNIX socket. | ||
`syslog` | Write log entries using the existing system logging protocol. | ||
`syslog` | Write log entries using the existing system logging protocol. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
<a id="audit-arg-file-mode" /> | ||
|
||
<a href="#audit-arg-file-mode" style={{textDecorationLine:'none'}}> | ||
|
||
**`mode (string : "0600")`** | ||
|
||
</a> | ||
- `mode (string : "0600")` ((#audit-arg-file-mode)) | ||
|
||
The `chmod`-style octal permissions for the audit file. Set `mode` to "0000" to | ||
prevent Vault from modifying the file mode. | ||
prevent Vault from modifying the file mode. | ||
|
||
**Example**: `mode="0755"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
website/content/partials/cli/audit/args/socket/socket_type.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
website/content/partials/cli/audit/args/socket/write_timeout.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
<a id="audit-flag-detailed" /> | ||
|
||
<a href="#audit-flag-detailed" style={{textDecorationLine:'none'}}> | ||
|
||
**`-detailed (bool : false)`** | ||
|
||
</a> | ||
- `-detailed (bool : false)` ((#audit-flag-detailed)) | ||
|
||
Print detailed information such as options and replication status about each | ||
audit device. | ||
|
||
**Example**: `-detailed` | ||
**Example**: `-detailed` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
website/content/partials/cli/audit/options/elide_list_responses.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
website/content/partials/cli/shared/flags/log-rotate-bytes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
<a id="shared-flag-log-rotate-bytes" /> | ||
|
||
<a href="#shared-flag-log-rotate-bytes" style={{textDecorationLine:'none'}}> | ||
|
||
**`-log-rotate-bytes (int : <unset>)`** | ||
|
||
</a> | ||
- `-log-rotate-bytes (int : <unset>)` ((#shared-flag-log-rotate-bytes)) | ||
|
||
File size, in bytes, after which log files must rotate. Leave `log-rotate-bytes` | ||
unset if you prefer not to limit log file size. | ||
|
||
**Example**: `-log-rotate-bytes 1000000` | ||
**Example**: `-log-rotate-bytes 1000000` |
Oops, something went wrong.