summaryrefslogtreecommitdiffstats
path: root/cmd/generate.go
Commit message (Collapse)AuthorAgeFilesLines
* TrimSpace when reading InternalToken from a file (#11502)zeripath2020-05-201-3/+20
| | | | | | | | | | InternalTokens are fixed as alphanum strings therefore TrimSpace from these. Also use isatty to not add a terminal newline when redirecting generate. Fix #11498 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826)techknowlogick2019-05-011-3/+4
|
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-1/+1
|
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-0/+83
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>