mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-04-01 22:38:46 +02:00
* Add auth check and bypass for authentication * Disallow blank passwords * Mitigate timing attacks * Factor out authentication/token gen code * Tweaked token validation code to log claims * Add missing internal gRPC client endpoints * Add first draft of login command * Add login command to root commands * Get login working * Generalize command utils for unmarshaling * Centralize utils for CLI YAML/JSON parsing * Read/write local config now * Initialize map * Revert server files for now * Fix casing * Restore commented test, thanks @alexmt * No need to mitigate timing attacks on blank passwords, thanks @alexmt * Rm redundant type declaration, thanks @alexmt * Improve error checks * Rm unnecessary conversion, thanks @alexmt * Fix comment * Don't return error when config doesn't exist