Skip to content

Commit

Permalink
Restoring the example policies for blocking sha1 (#9677)
Browse files Browse the repository at this point in the history
(In the transit api-docs)
  • Loading branch information
tvoran authored Aug 17, 2020
1 parent 934e306 commit b7e6231
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/pages/api-docs/secret/transit/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -891,9 +891,9 @@ supports signing.
only for legacy applications. Signing using SHA-1 can be blocked by operators by
assigning the following policy corresponding to a named key:

```
{
]
```hcl
path "/transit/sign/:name/sha1" {
capabilities = ["deny"]
}
```

Expand Down Expand Up @@ -1046,9 +1046,9 @@ data.
be blocked by operators by assigning the following policy corresponding to a
named key:

```
{
]
```hcl
path "/transit/verify/:name/sha1" {
capabilities = ["deny"]
}
```

Expand Down

0 comments on commit b7e6231

Please sign in to comment.