Files
nomad/.changelog/18943.txt
Michael Schurter e49ca3c431 identity: Implement change_mode (#18943)
* identity: support change_mode and change_signal

wip - just jobspec portion

* test struct

* cleanup some insignificant boogs

* actually implement change mode

* docs tweaks

* add changelog

* test identity.change_mode operations

* use more words in changelog

* job endpoint tests

* address comments from code review

---------

Co-authored-by: Tim Gross <tgross@hashicorp.com>
2023-11-01 09:41:11 -05:00

4 lines
110 B
Plaintext

```release-note:improvement
identity: Implement `change_mode` and `change_signal` for workload identities
```