This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
frostfs-rest-gw/gen/restapi/operations
Denis Kirillov feaea15aa7 [#73] Add missed CORS
Allow X-Bearer-For-All-Users, X-Bearer-Lifetime headers.
Add CORS to /auth/bearer route.

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2022-10-07 11:23:25 +03:00
..
auth.go [#24] Update examples and description in spec 2022-07-22 12:19:33 +03:00
auth_parameters.go [#32] Support bearer token for all users 2022-08-25 11:15:00 +03:00
auth_responses.go [#32] Add route to form full binary bearer token 2022-08-25 11:15:00 +03:00
delete_container.go [#1] Add route to delete container 2022-04-29 10:20:37 +03:00
delete_container_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
delete_container_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
delete_object.go [#1] Add route to delete object 2022-04-29 10:20:37 +03:00
delete_object_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
delete_object_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
form_binary_bearer.go [#32] Add route to form full binary bearer token 2022-08-25 11:15:00 +03:00
form_binary_bearer_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
form_binary_bearer_responses.go [#32] Add route to form full binary bearer token 2022-08-25 11:15:00 +03:00
get_balance.go [#33] Add route to get NeoFS balance 2022-07-29 12:08:55 +03:00
get_balance_parameters.go [#33] Add route to get NeoFS balance 2022-07-29 12:08:55 +03:00
get_balance_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
get_container.go [#1] Add basic structure and operations 2022-04-29 10:20:37 +03:00
get_container_e_acl.go [#1] Add routes to manage container eacl 2022-04-29 10:20:37 +03:00
get_container_e_acl_parameters.go [#24] Update examples and description in spec 2022-07-22 12:19:33 +03:00
get_container_e_acl_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
get_container_parameters.go [#24] Update examples and description in spec 2022-07-22 12:19:33 +03:00
get_container_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
get_object_info.go [#1] Support GET/RANGE object payload 2022-04-29 10:20:37 +03:00
get_object_info_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
get_object_info_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
list_containers.go [#1] Add route to list containers 2022-04-29 10:20:37 +03:00
list_containers_parameters.go [#24] Update examples and description in spec 2022-07-22 12:19:33 +03:00
list_containers_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
neofs_rest_gw_api.go [#73] Add missed CORS 2022-10-07 11:23:25 +03:00
options_auth.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_auth_bearer.go [#73] Add missed CORS 2022-10-07 11:23:25 +03:00
options_auth_bearer_parameters.go [#73] Add missed CORS 2022-10-07 11:23:25 +03:00
options_auth_bearer_responses.go [#73] Add missed CORS 2022-10-07 11:23:25 +03:00
options_auth_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_auth_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_e_acl.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_e_acl_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_e_acl_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_get_delete.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_get_delete_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_get_delete_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_put_list.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_put_list_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_containers_put_list_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_get_delete.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_get_delete_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_get_delete_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_put.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_put_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_put_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_search.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_search_parameters.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
options_objects_search_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
put_container.go [#25] Synchronize container get and put params 2022-07-21 18:30:26 +03:00
put_container_e_acl.go [#1] Add routes to manage container eacl 2022-04-29 10:20:37 +03:00
put_container_e_acl_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
put_container_e_acl_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
put_container_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
put_container_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
put_object.go [#1] Use body to provide object attribute 2022-04-29 10:20:37 +03:00
put_object_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
put_object_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00
search_objects.go [#1] Add search route 2022-04-29 10:20:37 +03:00
search_objects_parameters.go [#32] Support full bearer token for object routes 2022-08-25 11:15:00 +03:00
search_objects_responses.go [#39] Add CORS 2022-08-10 21:41:26 +03:00