Jo
|
edcd113054
|
Authz: Remove legacy API Key permissions (#110860)
* remove API key roles
* remove API key gen
* remove frontend and doc mentions
* restore legacy keygen
* restore codeowners
* prettier
* update swagger
* remove permissions including apikeys
* add migrator for removing deprecated permissions
* add tracing
* update openapi3
* simplify migrator for now
* accesscontrol/migrator: remove batching for deprecated permissions deletion
|
2025-09-12 13:59:37 +02:00 |
|
Arve Knudsen
|
3d3a7cbba8
|
Chore: Fix staticcheck issues (#28860)
* Chore: Fix issues reported by staticcheck
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Undo changes
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Fix issues reported by staticcheck
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix test
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix test
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2020-11-05 13:07:06 +01:00 |
|
Arve Knudsen
|
35e0e078b7
|
pkg/util: Check errors (#19832)
* pkg/util: Check errors
* pkg/services: DRY up code
|
2019-10-23 10:40:12 +02:00 |
|
Mario Trangoni
|
ce941a004d
|
fix unconvert issues
|
2018-04-16 20:04:58 +02:00 |
|
Torkel Ödegaard
|
c75aa23092
|
New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440
|
2015-02-26 17:23:28 +01:00 |
|
Torkel Ödegaard
|
5269422f7c
|
Began work on hashing api keys
|
2015-02-09 13:30:04 +01:00 |
|