-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
1196b8e
commit 0adf266
Showing
3 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
secrets/ssh: Return the flag `allow_empty_principals` in the read role api when key_type is "ca" | ||
``` |