mirror of
https://github.com/labring/sealos.git
synced 2026-09-19 02:23:07 +08:00
feat(account): expose admin account read APIs (#7220)
* feat(account): expose admin account read APIs
* fix(account): satisfy golangci-lint
* fix(account): satisfy golines formatting
* fix(account): apply golangci-lint formatting
* fix(account): address review feedback
* feat(account): isolate admin jwt authentication
* test(account): cover property reload admin auth
* fix(account): satisfy context-aware request lint
* fix(account): address admin auth review feedback
(cherry picked from commit beea1e56cb)
Co-authored-by: Yun Pan <dinoallo@netc.it>