storj/satellite/console/consoleweb
Jeremy Wharton 1613d37466 satellite/console: add endpoints for listing and revoking api keys
This change adds the following endpoints:
- projects/apikeys/{id}: returns a paged list of API keys for the
	project specified by the given ID
- apikeys/delete/{id}: deletes the API key specified by the given ID

Additionally, the API Go code generator has been given the ability to
process unsigned integer parameters.

Change-Id: I5ff24e012da24a3f06bea1ebb62bae6ff62f951a
2022-09-01 14:24:00 -05:00
..
consoleapi satellite/console: add endpoints for listing and revoking api keys 2022-09-01 14:24:00 -05:00
consoleql satellitedb: add token balance to API endpoint 2022-08-31 22:55:16 +00:00
consolewebauth satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
endpoints_test.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
server_test.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
server.go web/satellite: share bucket feature 2022-08-29 18:41:06 +03:00
utils_test.go satellite/console/consoleweb: Trace HTTP endpoints 2022-07-18 13:27:50 +00:00
utils.go satellite/console/consoleweb: Trace HTTP endpoints 2022-07-18 13:27:50 +00:00