Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added OpenAPI response structures for sys endpoints #18515

Merged
merged 31 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
11c3193
added response objects to all of the endpoints laid out by the ticket…
Dec 21, 2022
2b30cbd
Merge branch 'main' into VAULT-12143/added_responses_for_sys_subsecti…
Dec 21, 2022
d13c938
added changelog file and updated based on review
Dec 22, 2022
b206abc
added the required bool to the correct fields
Jan 4, 2023
8e7acaf
Update vault/logical_system_paths.go
lursu Jan 9, 2023
870fdc0
Update vault/logical_system_paths.go
lursu Jan 9, 2023
29e0fdf
Update vault/logical_system_paths.go
lursu Jan 9, 2023
6902acc
Update vault/logical_system_paths.go
lursu Jan 9, 2023
f2c926d
Update vault/logical_system_paths.go
lursu Jan 9, 2023
0866d0a
Update vault/logical_system_paths.go
lursu Jan 9, 2023
ac299d7
Update vault/logical_system_paths.go
lursu Jan 9, 2023
301903f
updated based on review
Jan 9, 2023
0878472
Merge branch 'VAULT-12143/added_responses_for_sys_subsection_2' of gi…
Jan 9, 2023
f9942a8
Update vault/logical_system_paths.go
lursu Jan 10, 2023
ed1facf
Update vault/logical_system_paths.go
lursu Jan 10, 2023
646309b
Merge branch 'main' into VAULT-12143/added_responses_for_sys_subsecti…
Jan 20, 2023
9ae62af
updated based on review and added test cases for validating response …
Jan 24, 2023
ba6abfa
fix copy pasta issues breaking tests
Jan 31, 2023
c926a3b
Update vault/logical_system_paths.go
lursu Feb 1, 2023
fd6f7db
updated based on review
Feb 1, 2023
7c78a78
fix test failures
Feb 1, 2023
430836d
fixed issue with refrencing the wrong req var name
Feb 2, 2023
57cdd5b
fixed another test case and double checked the rest
Feb 2, 2023
a94f3e5
updated based on review
Feb 2, 2023
76ec941
updated in all locations
Feb 2, 2023
39b736c
Update vault/logical_system_paths.go
lursu Feb 2, 2023
5de516b
Update vault/logical_system_paths.go
lursu Feb 2, 2023
7f2a72b
fixed my brain fart
Feb 2, 2023
155ab0a
Merge branch 'VAULT-12143/added_responses_for_sys_subsection_2' of gi…
Feb 2, 2023
086cddf
Update vault/logical_system_paths.go
lursu Feb 2, 2023
5400fa6
address fmt error
Feb 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/18515.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
openapi: Add openapi response definitions to vault/logical_system_paths.go defined endpoints.
```
Loading