storj/satellite/console/consoleweb/consoleapi
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
..
gen satellite/console: add endpoints for listing and revoking api keys 2022-09-01 14:24:00 -05:00
analytics.go satellite/console/consoleweb: early rejection in auth middleware 2022-08-03 18:52:51 +00:00
api.gen.go satellite/console: add endpoints for listing and revoking api keys 2022-09-01 14:24:00 -05:00
apikeys_test.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
apikeys.go satellite/console/consoleweb: early rejection in auth middleware 2022-08-03 18:52:51 +00:00
auth_test.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
auth.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
buckets_test.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
buckets.go satellite/console/consoleweb: early rejection in auth middleware 2022-08-03 18:52:51 +00:00
common.go satellite/console/consoleweb: early rejection in auth middleware 2022-08-03 18:52:51 +00:00
payments.go satellite/console: add wallet payments API 2022-08-09 14:53:54 +02:00
usagelimits_test.go satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
usagelimits.go satellite/console/consoleweb: early rejection in auth middleware 2022-08-03 18:52:51 +00:00