Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Deprecation docs cleanups into release/1.14.x #21328

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
18 changes: 0 additions & 18 deletions website/content/api-docs/auth/app-id.mdx

This file was deleted.

124 changes: 0 additions & 124 deletions website/content/docs/auth/app-id.mdx

This file was deleted.

9 changes: 1 addition & 8 deletions website/content/docs/commands/license/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ performance_standby_count 9999
start_time 2021-05-17T00:00:00Z
```

Query signed license string (only when using a deprecated stored license)

```shell-session
$ vault license get -signed
02MV4UU43BK5H...
```

Inspect a signed a license string:
Inspect a license string:

```shell-session
$ vault license inspect ~/vaults/license
Expand Down
9 changes: 0 additions & 9 deletions website/data/api-docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,15 +366,6 @@
{
"title": "Username & Password",
"path": "auth/userpass"
},
{
"title": "App ID",
"badge": {
"text": "DEPRECATED",
"type": "outlined",
"color": "neutral"
},
"path": "auth/app-id"
}
]
},
Expand Down
9 changes: 0 additions & 9 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1535,15 +1535,6 @@
},
{
"divider": true
},
{
"title": "App ID",
"badge": {
"text": "DEPRECATED",
"type": "outlined",
"color": "neutral"
},
"path": "auth/app-id"
}
]
},
Expand Down