Add tests for alias annotation
This commit is contained in:
parent
d4fd127a1f
commit
4c1c707e9c
10 changed files with 479 additions and 57 deletions
15
test/e2e/annotations/auth.go
Normal file
15
test/e2e/annotations/auth.go
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package annotations
|
||||
|
||||
// Tests:
|
||||
// No auth
|
||||
// Basic
|
||||
// 401
|
||||
// Realm name
|
||||
// Auth ok
|
||||
// Auth error
|
||||
// Digest
|
||||
// 401
|
||||
// Realm name
|
||||
// Auth ok
|
||||
// Auth error
|
||||
// Check return 403 if there's an error retrieving the secret
|
||||
Loading…
Add table
Add a link
Reference in a new issue