grafana/pkg/components/apikeygenprefixed
Jguer 6891bbf03c
ServiceAccounts: Add identifiable token prefix to service account tokens (#49011)
* Add prefixed API key gen.

* Retrieve API Key by hash

* Handle prefixed API keys for login

* Add placeholder key generator

* fix spelling

* add get by hash sqlstore test

* reformat query

* quote usage of reserved keyword key

* use constant

* improve error handling and pre-select key type

Co-authored-by: Victor Cinaglia <victor@grafana.com>

* nits

Co-authored-by: Victor Cinaglia <victor@grafana.com>
2022-05-23 13:14:38 +02:00
..
cmd ServiceAccounts: Add identifiable token prefix to service account tokens (#49011) 2022-05-23 13:14:38 +02:00
apikeygen_test.go ServiceAccounts: Add identifiable token prefix to service account tokens (#49011) 2022-05-23 13:14:38 +02:00
apikeygen.go ServiceAccounts: Add identifiable token prefix to service account tokens (#49011) 2022-05-23 13:14:38 +02:00
errors.go ServiceAccounts: Add identifiable token prefix to service account tokens (#49011) 2022-05-23 13:14:38 +02:00