summaryrefslogtreecommitdiff
path: root/pkg/authorization
Commit message (Expand)AuthorAgeFilesLines
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-284-11/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-5/+5
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* Update documentation linksSebastiaan van Stijn2021-02-251-1/+1
* pkg/authorization: Fix test failures on macOSRoman Mazur2020-04-082-13/+19
* fix goimportsAkihiro Suda2020-02-111-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-113-6/+6
* pkg/authorization: use constants for http methodsSebastiaan van Stijn2019-10-133-4/+4
* Removed deprecated CloseNotifier logicJusten Martin2019-09-181-11/+0
* Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-062-2/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-133-5/+5
* Switch from x/net/context -> contextKir Kolyshkin2018-04-232-2/+2
* Merge pull request #36778 from odg0318/masterAnusha Ragunathan2018-04-122-1/+67
|\
| * If `Content-Type` is `application/json;charset=UTF-8`, `RequestBody` is empty.odg03182018-04-052-1/+67
* | Limit authz response bufferBrian Goff2018-04-111-3/+10
|/
* Automated migration usingDaniel Nephin2018-03-163-24/+26
* Add canonical import commentDaniel Nephin2018-02-059-9/+9
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-6/+6
* Add gosimple linterDaniel Nephin2017-09-121-1/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-4/+1
* Update logrus to v1.0.1Derek McGowan2017-07-313-3/+3
* Spelling fixesJosh Soref2017-07-031-1/+1
* Increase test Coverage of pkg/authorizationRaja Sami2017-06-233-0/+193
* authz: remove and hide unused and local-only methods respectivelyDavid Sheets2017-06-131-11/+3
* authz: eliminate race during plugin removal from middlewareDavid Sheets2017-06-131-0/+13
* When authz plugin is disabled, remove from authz middleware chain.Anusha Ragunathan2017-03-222-4/+31
* Fixed a typo within pkg/authorization/api.goDiego Romero2017-01-171-1/+1
* plugingetter: Avoid all caps for constant declarationsAaron Lehmann2017-01-041-1/+1
* Rename Remote API to Engine APIBen Firshman2016-11-221-1/+1
* Revert "Update authz plugin list on failure."Riyaz Faizullabhoy2016-11-033-32/+3
* pkg/authorization: send request's TLS peer certificates to pluginsAntonio Murdaca2016-10-312-0/+41
* Update authz plugin list on failure.Anusha Ragunathan2016-10-283-3/+32
* Fix the typo of URLsYuPengZTE2016-10-191-1/+1
* Merge pull request #27267 from ezrasilvera/plugin_fixSebastiaan van Stijn2016-10-181-4/+10
|\
| * Call the AuthZRes function also when the daemon returns errorEzra Silvera2016-10-111-4/+10
* | Merge pull request #27293 from anusha-ragunathan/use-pluginv2-authzTibor Vass2016-10-132-2/+24
|\ \
| * | Make authorization plugins use pluginv2.Anusha Ragunathan2016-10-112-2/+24
| |/
* | pkg/authorization: make it goroutine-safeAlexander Morozov2016-10-111-2/+9
|/
* Fix AuthZ plugins headers change issueYong Tang2016-08-231-5/+7
* Enable to dynamically reload authorization plugins via daemon.configLiron Levin2016-07-302-7/+16
* Merge pull request #24963 from allencloud/fix-typosVincent Demeester2016-07-251-1/+1
|\
| * fix typosallencloud2016-07-231-1/+1
* | Func name wrong in notes of response.golixiaobing100512672016-07-231-1/+1
|/
* Use const http status code instead of just numbers see #24783Doron Podoleanu2016-07-191-5/+5
* plugins: experimental support for new plugin managementTibor Vass2016-06-142-7/+11
* Merge pull request #23425 from runcom/authz-raceVincent Demeester2016-06-132-26/+43
|\
| * authz: cleanupsAntonio Murdaca2016-06-121-18/+31
| * pkg: authorization: lock when lazy loadingAntonio Murdaca2016-06-121-8/+12
* | Fix logrus formattingYong Tang2016-06-111-2/+2
|/
* fix typosallencloud2016-06-021-1/+1