Files
vault/changelog/28901.txt
Steven Clark 0adf2664b6 secrets/ssh: Return the allow_empty_principals field in read api (#28901)
* secrets/ssh: Return the allow_empty_principals field in read api

 - Return the new field in the read response api and add a test case
   that will catch these errors in the future of adding a field to
   the ssh role and not returning it in the read api response

* Add cl
2024-11-13 12:49:51 -05:00

4 lines
121 B
Plaintext

```release-note:bug
secrets/ssh: Return the flag `allow_empty_principals` in the read role api when key_type is "ca"
```