Skip to content

Commit

Permalink
docs: add changelog and website changes for #14923
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Oct 18, 2022
1 parent 6f8b780 commit f8df3c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changelog/14923.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:bug
event stream: Resolve ACL roles within ACL tokens
```

```release-note:bug
event stream: Check ACL token expiry when resolving tokens
```

```release-note:improvement
event stream: Added ACL role topic with create and delete types
```
4 changes: 4 additions & 0 deletions website/content/api-docs/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ by default, requiring a management token.
| `*` | `management` |
| `ACLToken` | `management` |
| `ACLPolicy` | `management` |
| `ACLRole` | `management` |
| `Job` | `namespace:read-job` |
| `Allocation` | `namespace:read-job` |
| `Deployment` | `namespace:read-job` |
Expand Down Expand Up @@ -67,6 +68,7 @@ by default, requiring a management token.
| ---------- | ------------------------------- |
| ACLToken | ACLToken |
| ACLPolicy | ACLPolicy |
| ACLRoles | ACLRole |
| Allocation | Allocation (no job information) |
| Job | Job |
| Evaluation | Evaluation |
Expand All @@ -83,6 +85,8 @@ by default, requiring a management token.
| ACLTokenDeleted |
| ACLPolicyUpserted |
| ACLPolicyDeleted |
| ACLRoleUpserted |
| ACLRoleDeleted |
| AllocationCreated |
| AllocationUpdated |
| AllocationUpdateDesiredStatus |
Expand Down

0 comments on commit f8df3c0

Please sign in to comment.