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

openapi: Add display attributes for /sys (p2) #19707

Merged
merged 34 commits into from
Apr 13, 2023
Merged

Conversation

averche
Copy link
Contributor

@averche averche commented Mar 23, 2023

Please see #19319 for more details on how this will affect the generated OpenAPI schema.


This is part 2/2 of /sys display attributes. The following files are modified:

vault/logical_raw.go
vault/logical_system_activity.go
vault/logical_system_helpers.go
vault/logical_system_pprof.go
vault/logical_system_quotas.go
vault/login_mfa.go
Path Method Operation ID
"/sys/internal/counters/activity" "get" "internal-client-activity-report-counts"
"/sys/internal/counters/activity/export" "get" "internal-client-activity-export"
"/sys/internal/counters/activity/monthly" "get" "internal-client-activity-report-counts-this-month"
"/sys/internal/counters/config" "get" "internal-client-activity-read-configuration"
"/sys/internal/counters/config" "post" "internal-client-activity-configure"
"/sys/mfa/validate" "post" "mfa-validate"
"/sys/pprof/" "get" "pprof-index"
"/sys/pprof/allocs" "get" "pprof-memory-allocations"
"/sys/pprof/block" "get" "pprof-blocking"
"/sys/pprof/cmdline" "get" "pprof-command-line"
"/sys/pprof/goroutine" "get" "pprof-goroutines"
"/sys/pprof/heap" "get" "pprof-memory-allocations-live"
"/sys/pprof/mutex" "get" "pprof-mutexes"
"/sys/pprof/profile" "get" "pprof-cpu-profile"
"/sys/pprof/symbol" "get" "pprof-symbols"
"/sys/pprof/threadcreate" "get" "pprof-thread-creations"
"/sys/pprof/trace" "get" "pprof-execution-trace"
"/sys/quotas/config" "get" "rate-limit-quotas-read-configuration"
"/sys/quotas/config" "post" "rate-limit-quotas-configure"
"/sys/quotas/rate-limit" "get" "rate-limit-quotas-list"
"/sys/quotas/rate-limit/{name}" "get" "rate-limit-quotas-read"
"/sys/quotas/rate-limit/{name}" "post" "rate-limit-quotas-write"
"/sys/quotas/rate-limit/{name}" "delete" "rate-limit-quotas-delete"
"/sys/raw" "get" "raw-read"
"/sys/raw" "post" "raw-write"
"/sys/raw" "delete" "raw-delete"
"/sys/raw/{path}" "get" "raw-read-path"
"/sys/raw/{path}" "post" "raw-write-path"
"/sys/raw/{path}" "delete" "raw-delete-path"
"/sys/replication/status" "get" "replication-status"

@averche averche requested a review from a team March 23, 2023 15:54
@averche averche marked this pull request as ready for review March 23, 2023 15:54
@averche averche added this to the 1.14 milestone Mar 23, 2023
@averche averche requested a review from a team April 4, 2023 17:48
@averche averche requested review from a team and yhyakuna as code owners April 4, 2023 17:48
@averche averche requested a review from a team April 4, 2023 17:48
@averche averche changed the base branch from ui/openapi-naming-strategy to main April 4, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants