Skip to content

Commit

Permalink
apparently this is also a thing we need to do
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 2, 2025
1 parent b579475 commit e2f3f2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nexus/tests/output/uncovered-authz-endpoints.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
API endpoints with no coverage in authz tests:
probe_delete (delete "/experimental/v1/probes/{probe}")
webhook_delete (delete "/experimental/v1/webhooks/{webhook_id}")
probe_list (get "/experimental/v1/probes")
probe_view (get "/experimental/v1/probes/{probe}")
webhook_event_class_list (get "/experimental/v1/webhook-events/classes")
webhook_event_class_view (get "/experimental/v1/webhook-events/classes/{name}")
webhook_view (get "/experimental/v1/webhooks/{webhook_id}")
webhook_delivery_list (get "/experimental/v1/webhooks/{webhook_id}/deliveries")
webhook_secrets_list (get "/experimental/v1/webhooks/{webhook_id}/secrets")
ping (get "/v1/ping")
networking_switch_port_status (get "/v1/system/hardware/switch-port/{port}/status")
device_auth_request (post "/device/auth")
device_auth_confirm (post "/device/confirm")
device_access_token (post "/device/token")
probe_create (post "/experimental/v1/probes")
webhook_create (post "/experimental/v1/webhooks")
webhook_delivery_resend (post "/experimental/v1/webhooks/{webhook_id}/deliveries/{event_id}/resend")
webhook_secrets_add (post "/experimental/v1/webhooks/{webhook_id}/secrets")
login_saml (post "/login/{silo_name}/saml/{provider_name}")
login_local (post "/v1/login/{silo_name}/local")
logout (post "/v1/logout")
webhook_update (put "/experimental/v1/webhooks/{webhook_id}")

0 comments on commit e2f3f2c

Please sign in to comment.