Skip to content

Commit 02c2779

Browse files
authored
Updates for KES release on 2024-02-29 (#54)
* Updates for KES release 2024-02-29T08-12-28Z - Adds info about KES Grafana dashboard - Adds info about new HMAC API endpoint - Removes references to "enclave" throughout and two `rm` commands - Updates info about downgrading after this version Closes #49 * Adds weights to pages to give order to the left nav.
1 parent db8e7d5 commit 02c2779

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+82
-362
lines changed

content/_includes/params/enclave.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/_includes/server-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ log:
204204
# "time": "2006-01-02T15:04:05Z07:00",
205205
# "request": {
206206
# "ip": "87.149.99.199",
207-
# "enclave": "default",
208207
# "path": "/v1/key/create/my-app-key",
209208
# "identity": "4067503933d4a78358f908a2df7ec14e554c612acf8a9d1aa29b7da4aa018ec9",
210209
# },

content/cli/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docker pull minio/kes
5656
{{< /tab >}}
5757

5858
{{< tab "Homebrew" >}}
59-
MacOS users can use [Homebrew](https://brew.sh/) to install KES:
59+
macOS users can use [Homebrew](https://brew.sh/) to install KES:
6060

6161
```sh {.copy}
6262
brew install minio/stable/kes

content/cli/kes-enclave/_index.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/cli/kes-enclave/create.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

content/cli/kes-enclave/info.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

content/cli/kes-enclave/rm.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

content/cli/kes-identity/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This page provides reference information for the `kes identity` commands.
2525
|[`ls`]({{< relref "/cli/kes-identity/ls" >}}) |List KES identities |
2626
|[`new`]({{< relref "/cli/kes-identity/new" >}}) |Create a KES identity |
2727
|[`of`]({{< relref "/cli/kes-identity/of" >}}) |Compute a KES identity from a certificate |
28-
|[`rm`]({{< relref "/cli/kes-identity/rm" >}}) |Delete a KES identity |
2928

3029

3130
## Related Content

content/cli/kes-identity/info.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Role Admin
2323
```sh
2424
kes identity info \
2525
[--color <string>] \
26-
[--enclave, -e <name>] \
2726
[<identity>] \
2827
[--insecure, -k] \
2928
[--json]
@@ -35,10 +34,6 @@ kes identity info \
3534

3635
{{< include "_includes/params/color.md" >}}
3736

38-
### `--enclave, -e`
39-
40-
{{< include "_includes/params/enclave.md" >}}
41-
4237
### `identity`
4338

4439
_Optional_
@@ -55,12 +50,14 @@ The UUID of a specific identity to retrieve information about.
5550

5651
## Examples
5752

58-
The following command displays the identity information for the enclave named `tenant-1`.
53+
The following command displays the identity information for the kes server.
5954

6055
```sh {.copy}
6156
kes identity info`
6257
```
6358

59+
The following command displays the identity of the provided key.
60+
6461
```sh {.copy}
6562
kes identity info 3ecfcdf38fcbe141ae26a1030f81e96b753365a46760ae6b578698a97c59fd22
6663
```

content/cli/kes-identity/ls.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ The `kes identity ls` command does not return admin identities.
2020
```sh
2121
kes identity ls \
2222
[--color <string>] \
23-
[--enclave, -e <string>] \
2423
[--insecure, -k] \
2524
[--json] \
2625
[pattern]
@@ -32,10 +31,6 @@ kes identity ls \
3231

3332
{{< include "_includes/params/color.md" >}}
3433

35-
### `--enclave, -e`
36-
37-
{{< include "_includes/params/enclave.md" >}}
38-
3934
### `--insecure, -k`
4035

4136
{{< include "_includes/params/insecure.md" >}}

0 commit comments

Comments
 (0)