df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
18 lines
643 B
Plaintext
18 lines
643 B
Plaintext
---
|
|
layout: api
|
|
page_title: System Backend - HTTP API
|
|
sidebar_title: System Backend
|
|
description: |-
|
|
The system backend is a default backend in Vault that is mounted at the `/sys`
|
|
endpoint. This endpoint cannot be disabled or moved, and is used to configure
|
|
Vault and interact with many of Vault's internal features.
|
|
---
|
|
|
|
# System Backend
|
|
|
|
The system backend is a default backend in Vault that is mounted at the `/sys`
|
|
endpoint. This endpoint cannot be disabled or moved, and is used to configure
|
|
Vault and interact with many of Vault's internal features.
|
|
|
|
For more information about a particular path, please click on it in the sidebar.
|