distribution/registry/auth/token
Sebastiaan van Stijn ebe9d67446
ignore SA1019: ac.(*accessController).rootCerts.Subjects has been deprecated
We need to look into this; can we remove it, or is there a replacement?

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-09 16:04:17 +02:00
..
accesscontroller.go replace strings.Split(N) for strings.Cut() or alternatives 2022-11-10 22:38:12 +01:00
fuzz_test.go Fuzzing: Move over two fuzzers from cncf-fuzzing 2023-05-02 23:03:57 +02:00
stringset.go Move auth package under registry package 2015-02-10 17:34:04 -08:00
token.go Merge pull request #3742 from sagikazarmark/fix-aud-claim-list 2023-04-26 18:39:26 +01:00
token_test.go ignore SA1019: ac.(*accessController).rootCerts.Subjects has been deprecated 2023-05-09 16:04:17 +02:00
types.go refactor: rename WeakStringList to AudienceList 2022-10-21 11:11:50 +02:00
types_test.go registry/auth/token: fix the surrounding loop is unconditionally terminate 2023-05-09 16:04:17 +02:00
util.go feat: accept lists in the token audience claim 2022-09-27 15:34:26 +02:00