Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/vault/v2.x (rc)/content/api-docs/secret/os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: >-

# OS secrets engine (API)

@include 'alerts/enterprise-only.mdx'

Use the OS secrets engine API to manage user credentials on remote hosts for RHEL
systems. For general usage information, refer to the
[OS plugin overview](/vault/docs/secrets/os).
Expand Down
2 changes: 2 additions & 0 deletions content/vault/v2.x (rc)/content/docs/secrets/os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: >-

# OS secrets engine

@include 'alerts/enterprise-only.mdx'

The OS secrets engine manages the rotation of user credentials on remote hosts. An operator can configure an account's
credentials to be rotated using the account's access itself, or configure a `parent_ref` (superuser) account whose access
will be used to make password changes on behalf of the rotating account.
Expand Down
5 changes: 5 additions & 0 deletions content/vault/v2.x (rc)/data/api-docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@
},
{
"title": "OS",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "secret/os"
},
{
Expand Down
5 changes: 5 additions & 0 deletions content/vault/v2.x (rc)/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2444,6 +2444,11 @@
},
{
"title": "OS",
"badge": {
"text": "ENT",
"type": "filled",
"color": "neutral"
},
"path": "secrets/os"
},
{
Expand Down
Loading