|
670 | 670 | "/tests/data/auth-basic-auth-mergeable/auth-basic-minion-secret-updated.yaml" |
671 | 671 | ], |
672 | 672 | "usedIn": [ |
673 | | - "tests/suite/test_auth_basic_auth_mergeable.py - needed for auth basic tests" |
| 673 | + "tests/suite/test_auth_basic_auth_mergeable.py - needed for auth basic mergeable tests" |
674 | 674 | ] |
675 | 675 | }, |
676 | 676 | { |
|
691 | 691 | "/tests/data/auth-basic-policy/secret/htpasswd-secret-invalid.yaml" |
692 | 692 | ], |
693 | 693 | "usedIn": [ |
694 | | - "tests/suite/test_auth_basic_policies.py - needed for invalid auth basic tests", |
695 | | - "tests/suite/test_auth_basic_policies_vsr.py - needed for invalid auth basic tests" |
| 694 | + "tests/suite/test_auth_basic_policies.py - needed for invalid auth basic policy tests", |
| 695 | + "tests/suite/test_auth_basic_policies_vsr.py - needed for invalid auth basic policy tests" |
696 | 696 | ] |
697 | 697 | }, |
698 | 698 | { |
|
703 | 703 | "/tests/data/auth-basic-policy/secret/htpasswd-secret-valid-empty.yaml" |
704 | 704 | ], |
705 | 705 | "usedIn": [ |
706 | | - "tests/suite/test_auth_basic_policies.py - needed for empty auth basic tests", |
707 | | - "tests/suite/test_auth_basic_policies_vsr.py - needed for empty auth basic tests" |
| 706 | + "tests/suite/test_auth_basic_policies.py - needed for empty auth basic policy tests", |
| 707 | + "tests/suite/test_auth_basic_policies_vsr.py - needed for empty auth basic policy tests" |
708 | 708 | ] |
709 | 709 | }, |
710 | 710 | { |
|
724 | 724 | "/tests/data/auth-basic-policy/secret/htpasswd-secret-valid.yaml" |
725 | 725 | ], |
726 | 726 | "usedIn": [ |
727 | | - "tests/suite/test_auth_basic_policies.py - needed for valid auth basic tests", |
728 | | - "tests/suite/test_auth_basic_policies_vsr.py - needed for valid auth basic tests" |
| 727 | + "tests/suite/test_auth_basic_policies.py - needed for valid auth basic policy tests", |
| 728 | + "tests/suite/test_auth_basic_policies_vsr.py - needed for valid auth basic policy tests" |
| 729 | + ] |
| 730 | + }, |
| 731 | + { |
| 732 | + "secretName": "auth-basic-secrets-key", |
| 733 | + "fileName": "auth-basic-secrets-htpasswd-secret.yaml", |
| 734 | + "entries": [ |
| 735 | + { |
| 736 | + "username": "foo", |
| 737 | + "password": "bar" |
| 738 | + } |
| 739 | + ], |
| 740 | + "symlinks": [ |
| 741 | + "/tests/data/auth-basic-secrets/auth-basic-secret.yaml" |
| 742 | + ], |
| 743 | + "usedIn": [ |
| 744 | + "tests/suite/test_auth_basic_secrets.py - needed for auth basic secret tests" |
| 745 | + ] |
| 746 | + }, |
| 747 | + { |
| 748 | + "secretName": "auth-basic-secrets-key", |
| 749 | + "fileName": "auth-basic-secrets-htpasswd-secret-updated.yaml", |
| 750 | + "entries": [ |
| 751 | + { |
| 752 | + "username": "qux", |
| 753 | + "password": "quux" |
| 754 | + } |
| 755 | + ], |
| 756 | + "symlinks": [ |
| 757 | + "/tests/data/auth-basic-secrets/auth-basic-secret-updated.yaml" |
| 758 | + ], |
| 759 | + "usedIn": [ |
| 760 | + "tests/suite/test_auth_basic_secrets.py - needed for updated auth basic secret tests" |
| 761 | + ] |
| 762 | + }, |
| 763 | + { |
| 764 | + "secretName": "auth-basic-secrets-key", |
| 765 | + "fileName": "auth-basic-secrets-htpasswd-secret-invalid.yaml", |
| 766 | + "entries": [ |
| 767 | + { |
| 768 | + "username": "foo", |
| 769 | + "password": "bar" |
| 770 | + }, |
| 771 | + { |
| 772 | + "username": "qux", |
| 773 | + "password": "quux" |
| 774 | + } |
| 775 | + ], |
| 776 | + "htpasswdKey": "invalid-htpasswd", |
| 777 | + "symlinks": [ |
| 778 | + "/tests/data/auth-basic-secrets/auth-basic-secret-invalid.yaml" |
| 779 | + ], |
| 780 | + "usedIn": [ |
| 781 | + "tests/suite/test_auth_basic_secrets.py - needed for invalid auth basic secret tests" |
729 | 782 | ] |
730 | 783 | } |
731 | 784 | ] |
|
0 commit comments