aboutsummaryrefslogtreecommitdiff
path: root/weed/security
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Add mTLS support for both master and volume http server.Berck Nash1-0/+18
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-0/+29
2021-12-29Refactor: pass in claim type into security.DecodeJwtSebastian Kurfuerst1-2/+2
2021-12-29rename security.GenJwt to security.GenJwtForVolumeServerSebastian Kurfuerst1-1/+3
2021-12-29fix typo in error messageSebastian Kurfuerst1-1/+1
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-8/+8
2021-07-22fix security alert on github.com/dgrijalva/jwt-goChris Lu1-1/+1
2021-03-10add commentsKonstantin Lebedev1-5/+6
2021-03-10allowed wildcard domainKonstantin Lebedev1-11/+17
2021-03-10comma-separated SSL certificate common namesKonstantin Lebedev1-1/+2
2021-03-08TLS allowed commonNamesKonstantin Lebedev1-4/+7
2021-03-08permitCommonNamesKonstantin Lebedev1-5/+46
2021-01-12avoid concurrent map updates to viperChris Lu1-4/+3
2020-11-22fix tls grpc ca pathlimd1-2/+2
2020-09-20refactorChris Lu1-3/+3
2020-09-20adjust loggingChris Lu1-1/+6
2020-05-25simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFuncbingoohuang1-1/+1
2020-02-22adjust log levelChris Lu1-6/+8
2020-01-29support env variables to overwrite toml fileChris Lu1-2/+2
2019-06-06jwt for read access controlChris Lu1-8/+16
2019-05-28working with reading remote intervalsChris Lu1-1/+1
2019-05-04master: add jwt expires_after_secondsChris Lu2-8/+10
2019-02-18adding grpc mutual tlsChris Lu1-0/+66
2019-02-15benchmark can work in secure modeChris Lu1-3/+2
2019-02-14add authorizing fileId write accessChris Lu2-77/+25
2019-02-09cleanup security.SecretChris Lu2-11/+11
2019-02-06fixing of typosSergey1-1/+1
2016-06-26adjust loggingChris Lu1-1/+1
2016-06-18fix compilation problem due to API changesChris Lu1-3/+5
2016-06-02directory structure change to work with glideChris Lu2-0/+234