Commit Graph

  • 6b801056b5 Add testlib.RandBytes() helper. Matt Moyer 2021-06-30 10:50:22 -05:00
  • 674cd4a88c Adjust our securityheader pkg to support form_post. Matt Moyer 2021-06-24 13:04:53 -05:00
  • 7217cf4892 In form_post mode, expect params via POST'ed form. Matt Moyer 2021-06-21 14:40:08 -05:00
  • 40c931bdc5 When supported, use "response_mode=form_post" in client. Matt Moyer 2021-06-21 14:19:12 -05:00
  • 2823d4d1e3 Add "response_modes_supported" to Supervisor discovery response. Matt Moyer 2021-06-16 14:05:29 -05:00
  • 6d83ecb420 Unit test response_mode=form_post in internal/oidc/callback. Matt Moyer 2021-06-16 13:11:07 -05:00
  • c27eb17f23 Add "response_mode=form_post" to CLI client. Matt Moyer 2021-06-16 09:02:50 -05:00
  • 58363bca2c Merge pull request #705 from mattmoyer/deflake-impersonation-websocket-test Matt Moyer 2021-07-09 10:06:14 -07:00
  • 3bf39797bb Merge pull request #706 from mattmoyer/fix-api-doc-comment Matt Moyer 2021-07-09 10:05:05 -07:00
  • 3a840cee76 Make TestAPIServingCertificateAutoCreationAndRotation less flaky. Matt Moyer 2021-07-08 16:40:39 -05:00
  • 04e9897d51 Make TestImpersonationProxy less flaky. Matt Moyer 2021-07-08 20:47:37 -05:00
  • ff9095f9c4 Fix typo in generated API docs (s/mode/type/). Matt Moyer 2021-07-09 11:00:38 -05:00
  • 2e18c88e33 Merge pull request #684 from christianang/oidc-upstream-watcher-supports-proxy Matt Moyer 2021-07-09 09:14:39 -07:00
  • 9f91c6c884 Merge branch 'main' into oidc-upstream-watcher-supports-proxy Matt Moyer 2021-07-09 07:24:52 -07:00
  • 59fd1997f4 Merge pull request #703 from vmware-tanzu/ldap-client-int-tests-only-on-kind Ryan Richard 2021-07-08 12:55:03 -07:00
  • 74f3ce5dcd Merge branch 'main' into ldap-client-int-tests-only-on-kind Ryan Richard 2021-07-08 12:54:56 -07:00
  • d403c8b44b Merge pull request #702 from vmware-tanzu/supervisor-https-proxy-fix-timeout Ryan Richard 2021-07-08 12:54:39 -07:00
  • e130da6daa Add unit test assertion for new OIDC client request timeout Ryan Richard 2021-07-08 11:47:49 -07:00
  • 2f7dbed321 Try increasing the "eventually" timeouts in one integration test Ryan Richard 2021-07-08 11:17:22 -07:00
  • 709c10227f Run the LDAP client's integration tests only on Kind Ryan Richard 2021-07-08 11:10:53 -07:00
  • f46de56b95 Fix broken upstream OIDC discovery timeout added in previous commit v0.4.4 release-0.4 Ryan Richard 2021-07-08 09:44:02 -07:00
  • f0d120a6ca Fix broken upstream OIDC discovery timeout added in previous commit Ryan Richard 2021-07-08 09:44:02 -07:00
  • d7afd06f55 Add https_proxy and no_proxy settings for the Supervisor Ryan Richard 2021-07-07 12:50:13 -07:00
  • 1f5480cd5c Merge pull request #701 from vmware-tanzu/supervisor-https-proxy Ryan Richard 2021-07-07 14:57:38 -07:00
  • f1e63c55d4 Add https_proxy and no_proxy settings for the Supervisor Ryan Richard 2021-07-07 12:50:13 -07:00
  • 562951b77a Merge branch 'main' into oidc-upstream-watcher-supports-proxy Matt Moyer 2021-07-06 11:30:09 -07:00
  • dbd2cb4563 Merge pull request #696 from vmware-tanzu/dependabot/go_modules/github.com/spf13/cobra-1.2.1 Matt Moyer 2021-07-06 07:04:02 -07:00
  • 1c746feafe Bump github.com/spf13/cobra from 1.2.0 to 1.2.1 dependabot[bot] 2021-07-05 01:28:57 +00:00
  • 49683975ab Merge pull request #689 from vmware-tanzu/trivial_refactor Ryan Richard 2021-07-02 14:56:26 -07:00
  • 4be26fc1a6 Merge branch 'main' into trivial_refactor Ryan Richard 2021-07-02 13:48:27 -07:00
  • f590a3a88b Merge pull request #692 from vmware-tanzu/dependabot/go_modules/github.com/spf13/cobra-1.2.0 Matt Moyer 2021-07-02 07:24:55 -07:00
  • e26486bd41 Bump github.com/spf13/cobra from 1.1.3 to 1.2.0 dependabot[bot] 2021-07-02 01:11:11 +00:00
  • 5c2e890ecd Add "Extended IDP support" to the roadmap. Matt Moyer 2021-07-01 10:48:13 -05:00
  • 715cf7748a Add "Identity transforms" feature to roadmap. Matt Moyer 2021-07-01 10:17:40 -05:00
  • e0456b4485 Update ROADMAP given current state of work Matt Moyer 2021-07-01 10:05:30 -05:00
  • 629bf61655 Extract some trivial helpers for identical code usages Ryan Richard 2021-06-30 15:02:14 -07:00
  • 738e6aa3cc Merge pull request #685 from vmware-tanzu/dependabot/go_modules/github.com/gofrs/flock-0.8.1 Matt Moyer 2021-06-30 10:53:39 -07:00
  • 76dc39ac2d Use hostname instead of host and split on ":" Guangyuan Wang 2021-06-28 23:03:05 +00:00
  • 43fee6bb94 Bump github.com/gofrs/flock from 0.8.0 to 0.8.1 dependabot[bot] 2021-06-28 01:28:52 +00:00
  • 8026729c43 Use net.JoinHostPort instead of Sprintf Christian Ang 2021-06-24 23:19:11 +00:00
  • d19d63ad7d Set Proxy on oidc upstream watcher transport Guangyuan Wang 2021-06-24 22:35:16 +00:00
  • a6141e911c Merge pull request #683 from enj/enj/i/credentialrequest_notafter Mo Khan 2021-06-23 11:55:29 -04:00
  • 5ff2be973c credentialrequest: use safer approximation for ExpirationTimestamp Monis Khan 2021-06-23 11:03:14 -04:00
  • 73201ba575 Merge pull request #682 from vmware-tanzu/dependabot/docker/debian-10.10-slim Matt Moyer 2021-06-22 19:39:13 -07:00
  • 125d891cd5 Bump debian from 10.9-slim to 10.10-slim dependabot[bot] 2021-06-23 01:02:44 +00:00
  • 682a47f739 Merge pull request #680 from mattmoyer/update-k8s-1.21.2 Matt Moyer 2021-06-22 10:23:14 -07:00
  • 594e47efdf Update to Kubernetes 1.21.2 runtime components. Matt Moyer 2021-06-22 10:16:57 -05:00
  • f09a45382e Merge pull request #681 from enj/enj/i/fix_bad_name Mo Khan 2021-06-22 12:54:29 -04:00
  • d78b845575 Fix bad test package name Monis Khan 2021-06-22 11:23:19 -04:00
  • 1929b47dda Merge pull request #674 from mattmoyer/new-eventual-assertion-helpers Mo Khan 2021-06-22 11:15:06 -04:00
  • 3efa7bdcc2 Improve our integration test "Eventually" assertions. Matt Moyer 2021-06-16 17:51:23 -05:00
  • 6a9eb87c35 Update ROADMAP.md Matt Moyer 2021-06-17 10:17:04 -05:00
  • 3eba3e07c6 Merge pull request #669 from vmware-tanzu/dependabot/go_modules/github.com/golang/mock-1.6.0 Matt Moyer 2021-06-15 18:49:23 -07:00
  • 9f06869f76 Bump github.com/golang/mock from 1.5.0 to 1.6.0 dependabot[bot] 2021-06-16 01:22:04 +00:00
  • 3f41261580 Merge pull request #673 from mattmoyer/refactor-static-client-struct-second-attempt Matt Moyer 2021-06-15 17:37:08 -07:00
  • 551249fb69 Use a custom type for our static CLI client (smaller change). Matt Moyer 2021-06-15 11:27:30 -05:00
  • 1a610022cf Merge pull request #671 from enj/enj/i/eks_rbac Mo Khan 2021-06-15 11:46:24 -04:00
  • 524ff21b7f TestServiceAccountPermissions: handle extra permissions on EKS Monis Khan 2021-06-15 11:17:59 -04:00
  • 913c140be8 Update the latest version number in the docs. Matt Moyer 2021-06-15 09:46:51 -05:00
  • e06c696bea Merge pull request #670 from enj/enj/f/impersonator_always_authz v0.9.2 Mo Khan 2021-06-14 16:16:12 -04:00
  • 269db6b7c2 impersonator: always authorize every request Monis Khan 2021-06-11 14:03:18 -04:00
  • addf632e7c impersonator: add docs regarding limited serivce account Monis Khan 2021-06-11 13:56:11 -04:00
  • 87489da316 Merge pull request #667 from enj/enj/f/impersonator_distinct_sa Mo Khan 2021-06-11 15:36:28 -04:00
  • 898f2bf942 impersonator: run as a distinct SA with minimal permissions Monis Khan 2021-06-09 19:00:54 -04:00
  • 918c50f6a7 Merge pull request #666 from vmware-tanzu/dependabot/go_modules/gopkg.in/square/go-jose.v2-2.6.0 Matt Moyer 2021-06-10 15:06:55 -07:00
  • 9ca82116f1 Update ROADMAP.md Matt Moyer 2021-06-10 12:45:23 -05:00
  • 564c1f8ae5 Update ROADMAP.md Matt Moyer 2021-06-10 10:27:20 -05:00
  • c88aad873b Bump gopkg.in/square/go-jose.v2 from 2.5.1 to 2.6.0 dependabot[bot] 2021-06-08 05:41:45 +00:00
  • 9d27e6b4c6 Merge pull request #665 from enj/enj/i/impersonator_dead_code Mo Khan 2021-06-04 16:12:08 -04:00
  • 5b327a2b37 impersonator: remove redundant deleteKnownImpersonationHeaders logic Monis Khan 2021-06-04 15:22:01 -04:00
  • 7114988eec Merge pull request #663 from vmware-tanzu/dependabot/docker/golang-1.16.5 Matt Moyer 2021-06-04 09:20:44 -05:00
  • 3a47060256 Merge pull request #645 from enj/enj/f/anon_impersonation_proxy Mo Khan 2021-06-04 09:28:14 -04:00
  • 492f6cfddf impersonator: honor anonymous authentication being disabled Benjamin A. Petersen 2021-05-27 10:17:19 -04:00
  • f417f706b9 Bump golang from 1.16.4 to 1.16.5 dependabot[bot] 2021-06-04 06:00:24 +00:00
  • 02335e2ade Bump the latest version referenced in the docs. Matt Moyer 2021-06-03 17:25:32 -05:00
  • 9b9e733a7d Merge pull request #662 from mattmoyer/parameterize-test-images v0.9.1 Matt Moyer 2021-06-03 15:53:13 -05:00
  • df78e00df3 Parameterize our test images in ytt. Matt Moyer 2021-06-03 13:24:26 -05:00
  • b5ed4e6a13 Merge pull request #660 from mattmoyer/fix-credentialissuer-service-type-field-typo Matt Moyer 2021-06-03 14:01:14 -05:00
  • 500b444bad Merge pull request #657 from vmware-tanzu/fix-ldap-supervisor-login-test-flake Matt Moyer 2021-06-03 13:31:15 -05:00
  • d3e2859238 Merge pull request #658 from vmware-tanzu/fix-impersonation-notfound-handling Matt Moyer 2021-06-03 13:30:54 -05:00
  • 5686591420 Avoid a rare flake in TestSupervisorLogin. Matt Moyer 2021-06-02 13:36:48 -05:00
  • 6903196c18 Fix a data race in TestImpersonationProxy. Matt Moyer 2021-06-02 14:00:35 -05:00
  • af4cd1b515 Tolerate NotFound when deleting services in impersonatorconfig. Matt Moyer 2021-06-02 13:47:54 -05:00
  • 2acfafd5a5 Merge pull request #656 from vmware-tanzu/fix-credentialissuer-test-flake Matt Moyer 2021-06-03 12:03:22 -05:00
  • a5067cdbb3 Update ROADMAP.md anjalitelang 2021-06-03 12:33:36 -04:00
  • 5aa08756e0 Fix typo in CredentialIssuer ytt template. Matt Moyer 2021-06-02 14:48:18 -05:00
  • 0e66b0b165 Remove an invalid test assertion in TestCredentialIssuer. Matt Moyer 2021-06-02 12:02:34 -05:00
  • 87660611d2 Tweak blog post to add a shoutout. Matt Moyer 2021-06-02 11:28:54 -05:00
  • 9968c0d234 Fix my fix 🤦🏻 . Matt Moyer 2021-06-02 11:06:03 -05:00
  • 193fcb87bb Fix a typo on the "Community Meetings" time. Matt Moyer 2021-06-02 11:05:29 -05:00
  • a08e4ec043 Update architecture.md Ryan Richard 2021-06-02 08:54:04 -07:00
  • e38a7548cc Link the v0.9.0 release from the blog post. Matt Moyer 2021-06-02 10:24:17 -05:00
  • b5dea42bbe Update CLI docs for v0.9.0 release Pinny 2021-06-02 15:22:13 +00:00
  • d06fe15a68 Merge pull request #655 from mattmoyer/update-docs-for-v0.9.0 Matt Moyer 2021-06-02 10:07:02 -05:00
  • e6301f0e74 Update latest version number in docs. Matt Moyer 2021-06-02 10:05:07 -05:00
  • aca33e45fb Fix blog post date to match actual v0.9.0 release. Matt Moyer 2021-06-02 10:02:59 -05:00
  • 46825b1c9f Merge pull request #653 from mattmoyer/fix-impersonation-test-flake v0.9.0 Matt Moyer 2021-06-01 16:51:16 -05:00
  • 2ee3cec5ed Refactor TestImpersonationProxy "apply annotation" test for clarity. Matt Moyer 2021-06-01 15:01:42 -05:00
  • 75d92079e4 Allow some flexibility in "kubectl logs --tail=10" test. Matt Moyer 2021-06-01 14:58:32 -05:00
  • 0be77c3bf2 Merge pull request #651 from vmware-tanzu/dependabot/go_modules/github.com/creack/pty-1.1.13 Matt Moyer 2021-06-01 15:50:38 -05:00