Commit Graph

  • 4b4cc93ae7 specify the container name when fetching keys from kube cert agent pod Ryan Richard 2023-09-18 09:19:57 -07:00
  • 4a89a9fa16 Update LDAP integration tests for changes in github.com/go-ldap/ldap/v3 Joshua Casey 2023-09-18 10:45:32 -05:00
  • eb7a9f89e2 Bump k8s.io/kube-openapi and pin github.com/google/cel-go Joshua Casey 2023-09-18 09:15:24 -05:00
  • 162041c794 Bump go.mod direct dependencies Pinny 2023-09-18 08:03:49 +00:00
  • 0e7ef1637d Merge pull request #1677 from vmware-tanzu/dependabot/go_modules/go.uber.org/zap-1.26.0 Ryan Richard 2023-09-14 21:37:05 -07:00
  • 91d5159743 Bump go.uber.org/zap from 1.25.0 to 1.26.0 dependabot[bot] 2023-09-15 01:57:59 +00:00
  • efb53d3190 Merge pull request #1660 from vmware-tanzu/multiple_idps_and_transformations_docs Ryan Richard 2023-09-14 15:17:34 -07:00
  • c97bb58e3c Merge pull request #1675 from vmware-tanzu/update_k8s_libs Ryan Richard 2023-09-14 15:16:15 -07:00
  • 3cecb62705 Keep the deps updated from previous commit but keep cel-go at 0.16.x Ryan Richard 2023-09-14 12:27:02 -07:00
  • 52db01d8ef Bump go.mod direct dependencies Pinny 2023-09-14 08:02:15 +00:00
  • 1d500ded67 Merge pull request #1676 from vmware-tanzu/update_k8s_versions_for_codegen Ben Petersen 2023-09-14 16:48:41 -04:00
  • edc5f3fc15 update kube-versions.txt for codegen Ryan Richard 2023-09-14 13:01:46 -07:00
  • 54fb03153a multiple IDPs and identity transformations docs Ryan Richard 2023-09-13 14:33:53 -07:00
  • 06d456fc87 Merge pull request #1419 from vmware-tanzu/multiple_idps_and_transformations Ryan Richard 2023-09-13 14:26:23 -07:00
  • 5573c629b5 remove extra timeoutCtx for exec.CommandContext invocations in e2e test Ryan Richard 2023-09-13 12:48:10 -07:00
  • 2cecc17ef0 add celformer unit test demonstrating string regexp in CEL expressions Ryan Richard 2023-09-13 12:31:00 -07:00
  • c52ed93bf8 make prepare-supervisor-on-kind.sh work with older versions of bash Ryan Richard 2023-09-12 10:24:55 -07:00
  • 84498d5a55 fix imports grouping in manager.go Ryan Richard 2023-09-12 09:34:19 -07:00
  • 8faf3b0e26 add workaround in update-codegen.sh for problem seen when run on linux Ryan Richard 2023-09-11 12:52:14 -07:00
  • a7bd494ec3 update FederationDomain.status.conditions to come from metav1 Ryan Richard 2023-09-11 12:51:35 -07:00
  • b6f0dc3ba7 Fix conflicts caused from rebasing main into multiple IDPs branch Ryan Richard 2023-09-07 09:52:56 -07:00
  • e2bdab9e2d add the IDP display name to the downstream ID token's sub claim Ryan Richard 2023-08-30 15:13:42 -07:00
  • 28210ab14d add units tests to token_handler_test.go Ryan Richard 2023-08-29 14:14:46 -07:00
  • 593d55ec09 run codegen again after rebasing main branch into feature branch Ryan Richard 2023-08-29 11:31:11 -07:00
  • 5ad7e9a8ca started add units tests for identity transforms to token_handler_test.go Ryan Richard 2023-08-23 16:01:25 -07:00
  • 7f70fcf679 add units tests to post_login_handler_test.go Ryan Richard 2023-08-23 11:12:23 -07:00
  • f653942065 add new unit tests in callback_handler_test.go Ryan Richard 2023-08-23 10:16:04 -07:00
  • d4611b829d use slices.Contains() instead of custom func in token_handler_test.go Ryan Richard 2023-08-22 17:29:44 -07:00
  • b2656b9cb1 add new unit tests in auth_handler_test.go Ryan Richard 2023-08-22 17:28:56 -07:00
  • 2eb82cc1d7 Add more tests with identity transformations in supervisor_login_test.go Ryan Richard 2023-07-28 14:29:20 -07:00
  • 0a21cb6d08 Replace more pointer.String() with the new ptr.To() Ryan Richard 2023-07-28 12:46:15 -07:00
  • 519aece8a5 Start adding identity transformations tests to supervisor_login_test.go Ryan Richard 2023-07-28 09:47:24 -07:00
  • e6c78facfc Fix expectations in FederationDomains status test for old Kube versions Ryan Richard 2023-07-26 09:45:37 -07:00
  • 01ab7758d8 Add e2e test for rejecting auth using identity transformation policy Ryan Richard 2023-07-25 16:18:15 -07:00
  • 957892b677 handle old versions of k8s in supervisor_federationdomain_status_test.go Ryan Richard 2023-07-25 14:32:45 -07:00
  • c701a4a344 remove expectation about TransformsConstantsNamesUnique status condition Ryan Richard 2023-07-21 15:09:03 -07:00
  • 92bf826ec5 rename a local variable in an integration test Ryan Richard 2023-07-21 14:59:40 -07:00
  • 446384a7f5 add an e2e test for a FederationDomain with multiple IDPs and transforms Ryan Richard 2023-07-21 14:55:02 -07:00
  • 6d82a11645 CRD already validates that IDP transform constant names are unique Ryan Richard 2023-07-21 12:30:40 -07:00
  • bd5cabf0ff fix some here.Doc string indents in federation_domain_watcher_test.go Ryan Richard 2023-07-20 16:34:11 -07:00
  • 51742366fe wordsmith some FederationDomain status messages Ryan Richard 2023-07-20 16:22:29 -07:00
  • 5341322071 add integration test for FederationDomain status updates Ryan Richard 2023-07-20 15:49:01 -07:00
  • 23ed2856ce small refactor in supervisor_discovery_test.go Ryan Richard 2023-07-19 15:12:12 -07:00
  • 84041e0c55 add unit test for ApplyIdentityTransformations helper Ryan Richard 2023-07-19 14:56:46 -07:00
  • 4b75ced52c add unit tests for getters in federation_domain_issuer_test.go Ryan Richard 2023-07-19 14:26:50 -07:00
  • 61bb01b31d extract a helper function in federation_domain_watcher.go Ryan Richard 2023-07-19 13:58:56 -07:00
  • 64f41d0d0c use multiple IDPs in manager_test.go Ryan Richard 2023-07-18 16:22:21 -07:00
  • e42e3ca421 Status condition messages for IDP transforms show index of invalid IDP Ryan Richard 2023-07-18 15:00:58 -07:00
  • b89e6d9d93 Make it possible to compare transformation pipelines in unit tests Ryan Richard 2023-07-17 16:41:28 -07:00
  • c771328bb1 Validate transforms examples in federation_domain_watcher.go Ryan Richard 2023-07-14 16:50:43 -07:00
  • 52925a2a46 Validate transforms expressions in federation_domain_watcher.go Ryan Richard 2023-07-14 12:06:20 -07:00
  • 013030041a Add helper for happy/sad conditions to federation_domain_watcher_test.go Benjamin A. Petersen 2023-07-14 13:27:25 -04:00
  • be973bc87e Allow for slower CI workers in celformer_test.go Ryan Richard 2023-07-13 15:45:46 -07:00
  • 617f57e1c9 Validate transforms const names in federation_domain_watcher.go Ryan Richard 2023-07-13 15:26:32 -07:00
  • 0aacedf943 Update proposal doc statuses Ryan Richard 2023-07-13 09:09:46 -07:00
  • b05e8a5e24 Replace sleep with kubectl wait in prepare-supervisor-on-kind.sh Ryan Richard 2023-07-12 14:49:44 -07:00
  • 8e169f9702 Validate IDP objectRef kind names in federation_domain_watcher.go Ryan Richard 2023-07-12 13:15:52 -07:00
  • 32063db46e Validate apiGroup names are valid in federation_domain_watcher.go Ryan Richard 2023-07-12 10:34:15 -07:00
  • 31d67a1af3 Validate display names are unique in federation_domain_watcher.go Ryan Richard 2023-07-12 09:43:33 -07:00
  • a9f2f672c7 Handle some unexpected errors in federation_domain_watcher.go Ryan Richard 2023-07-11 15:42:34 -07:00
  • 76709892bc Refactor: extract helper functions in federation_domain_watcher.go Ryan Richard 2023-07-11 13:25:08 -07:00
  • a38fb16295 Load FederationDomain endpoints before updating its status Ryan Richard 2023-07-11 10:57:11 -07:00
  • e334ad6f7e Fix lint errors in federation_domain_watcher.go, and adjust unit test Ryan Richard 2023-07-11 09:42:20 -07:00
  • 40dcc8a7f1 Update integration tests for new FederationDomain phase behavior Ryan Richard 2023-07-10 17:23:27 -07:00
  • 97a374c00b Refactor federation_domain_watcher_test.go and add new test to its table Ryan Richard 2023-07-10 15:41:48 -07:00
  • fe9364c58b Expand IdentityProvidersFound condition in federation_domain_watcher Benjamin A. Petersen 2023-07-10 17:09:19 -04:00
  • e9fb4242d5 Update federation_domain_watcher with new IdentityProviderFound Benjamin A. Petersen 2023-07-07 17:10:07 -04:00
  • 48e44e13c6 Change federation_domain_watcher_test.go to use a test table style Ryan Richard 2023-07-05 17:41:27 -07:00
  • 5e2f98af65 Update informers unit test for FederationDomainWatcherController Ryan Richard 2023-07-05 13:33:21 -07:00
  • 3521e129cd Change name of FederationDomain printer column back to "Status" Ryan Richard 2023-07-05 09:30:02 -07:00
  • 0b408f4fc0 Change FederationDomain.Status to use Phase and Conditions Ryan Richard 2023-06-30 13:43:40 -07:00
  • 022fdb9cfd Update a test assertion to make failure easier to understand Ryan Richard 2023-06-28 10:01:23 -07:00
  • e4f43683d4 fix more integration tests for multiple IDPs Ryan Richard 2023-06-27 09:37:43 -07:00
  • 514f9964c1 update 1.27 codegen for multiple IDPs Ryan Richard 2023-06-26 15:55:28 -07:00
  • 2c4927debe update unit test that fails on slow CI workers Ryan Richard 2023-06-26 15:43:50 -07:00
  • 0f23931fe4 Fix some tests in supervisor_login_test.go Ryan Richard 2023-06-26 15:26:24 -07:00
  • 98ee9f0979 escape semicolons in variable values in integration-test-env-goland.sh Ryan Richard 2023-06-26 14:06:46 -07:00
  • 048f05d39c fix callback_handler_test.go Ryan Richard 2023-06-26 13:05:21 -07:00
  • b71e5964aa fix token_handler_test.go Ryan Richard 2023-06-26 12:40:13 -07:00
  • 9d792352bf test FederationDomainIdentityProvidersListerFinder Benjamin A. Petersen 2023-06-26 13:46:28 -04:00
  • 86c791b8a6 reorganize federation domain packages to be more intuitive Ryan Richard 2023-06-22 15:12:33 -07:00
  • 3160b5bad1 Reorganized FederationDomain packages to avoid circular dependency Benjamin A. Petersen 2023-06-22 16:12:50 -04:00
  • 610f886fd8 Fix auth_handler_test.go Ryan Richard 2023-06-16 14:48:01 -07:00
  • 770f8af62b Update auth_handler.go to return 422 error when upstream IdP not found Benjamin A. Petersen 2023-06-15 17:02:07 -04:00
  • 6ef9cf273e Fix post_login_handler_test.go Benjamin A. Petersen 2023-06-15 16:26:51 -04:00
  • 793d1c6a5d add a type assertion Ryan Richard 2023-06-15 10:33:06 -07:00
  • 8f6a12eae4 fix internal/oidc/provider/manager/manager_test.go Benjamin A. Petersen 2023-06-14 16:31:57 -04:00
  • 5c0425fb71 refactor: rename "provider" to "federationdomain" when appropriate Benjamin A. Petersen 2023-06-13 17:20:39 -04:00
  • 96098841dd Get tests to compile again and fix lint errors Ryan Richard 2023-06-13 12:26:59 -07:00
  • b7627208ea Add tests for identity_transformation.go Benjamin A. Petersen 2023-06-07 17:22:02 -04:00
  • 32aa015d5b Fixup unit tests for the previous commit Ryan Richard 2023-06-05 14:40:39 -07:00
  • 7af75dfe3c First draft of implementation of multiple IDPs support Ryan Richard 2023-05-08 14:07:38 -07:00
  • 1a53b4daea Allow user-defined string & stringList consts for use in CEL expressions Ryan Richard 2023-02-06 17:04:59 -08:00
  • 5385fb38db Add identity transformation packages idtransform and celformer Ryan Richard 2023-02-06 14:43:50 -08:00
  • be11966a64 Add APIs for multiple IDP and id transformations to FederationDomain CRD Ryan Richard 2023-02-15 12:08:41 -08:00
  • fee737b267 Merge pull request #1644 from vmware-tanzu/jtc/use-conditions-from-apimachinery Ryan Richard 2023-09-11 11:00:32 -07:00
  • 64f1bff13f Use Conditions from apimachinery, specifically k8s.io/apimachinery/pkg/apis/meta/v1.Conditions Joshua Casey 2023-08-27 17:59:02 -05:00
  • 96fcfe4d53 Merge pull request #1662 from vmware-tanzu/supervisor_tls_cert_logging Joshua Casey 2023-09-11 12:10:52 -05:00
  • ce567c481b Improve pod logs related to Supervisor TLS certificate problems Ryan Richard 2023-09-08 09:22:10 -07:00
  • 33311714e5 Merge pull request #1664 from vmware-tanzu/pinny/bump-deps Joshua Casey 2023-09-10 21:22:01 -05:00