Ryan Richard
|
1ac2215724
|
update an assertion in integration test leaderelection_test.go
|
2024-04-29 13:22:14 -07:00 |
|
Ryan Richard
|
9d92f21638
|
remove codegen for 1.21, 1.22, 1.23
|
2024-04-29 13:22:14 -07:00 |
|
Ryan Richard
|
9838a7cb6d
|
avoid the ValidatingAdmissionPolicy admission plugin when it can't work
|
2024-04-29 13:22:14 -07:00 |
|
 Ben PetersenandGitHub
|
0d709ea8db
|
Merge pull request #1908 from vmware-tanzu/ben/github/identity-provider/federation-domain-resolved-github
Allow GitHub IDP type in FederationDomains
|
2024-04-29 16:07:51 -04:00 |
|
Benjamin A. Petersen
|
9a21cb9cc7
|
update code generation
|
2024-04-29 15:21:35 -04:00 |
|
Benjamin A. Petersen
|
6424f45c19
|
Add IDP Discovery integration test for GitHub
|
2024-04-29 14:57:14 -04:00 |
|
 Joshua CaseyandRyan Richard
|
51b1dbd2af
|
WIP for deployment templates
|
2024-04-26 11:54:53 -07:00 |
|
 Joshua CaseyandRyan Richard
|
9a8df262d9
|
Code generation: Add 1.30.0 and bump other patch versions
|
2024-04-26 11:54:53 -07:00 |
|
 Joshua CaseyandRyan Richard
|
9c2df74e54
|
Adjust to new K8s 1.30 API
|
2024-04-26 11:54:53 -07:00 |
|
 Joshua CaseyandRyan Richard
|
581f671643
|
Bump all dependencies
|
2024-04-26 11:54:53 -07:00 |
|
 Ryan RichardandGitHub
|
b99da0c805
|
Merge pull request #1914 from vmware-tanzu/configurable_id_token_length
Make ID token lifetime configurable for `OIDCClients`
|
2024-04-25 15:50:18 -07:00 |
|
Benjamin A. Petersen
|
8a961bfa21
|
Add upstreamgithub unit tests
|
2024-04-25 17:02:08 -04:00 |
|
Benjamin A. Petersen
|
cd86d57763
|
review cleanup, remove TODOs
|
2024-04-25 17:02:07 -04:00 |
|
Benjamin A. Petersen
|
2753b468fd
|
Update TestSupervisorFederationDomainStatus test
|
2024-04-25 17:02:07 -04:00 |
|
 Joshua CaseyandBenjamin A. Petersen
|
be1915d2d7
|
fixed fuzzing
|
2024-04-25 17:02:07 -04:00 |
|
Benjamin A. Petersen
|
42ef46b74e
|
expand TestUpstreamGitHubIdentityProvider
|
2024-04-25 17:02:07 -04:00 |
|
Benjamin A. Petersen
|
79d0e74056
|
Fix github_upstream_watcher so GitHub is listed in Supervisor idp discovery doc
|
2024-04-25 17:02:06 -04:00 |
|
Benjamin A. Petersen
|
8de4524428
|
Add github to kubeconfig.go
|
2024-04-25 17:02:06 -04:00 |
|
Benjamin A. Petersen
|
8f71f965b9
|
Add github to login_oidc.go
|
2024-04-25 17:02:06 -04:00 |
|
Benjamin A. Petersen
|
0e3641bba2
|
Fix test idp lister
|
2024-04-25 17:02:06 -04:00 |
|
Benjamin A. Petersen
|
e3aa495e0b
|
Update idp discovery handler test
|
2024-04-25 17:02:06 -04:00 |
|
Benjamin A. Petersen
|
0edee37498
|
Update idp discovery types
|
2024-04-25 17:02:05 -04:00 |
|
Benjamin A. Petersen
|
7968ed6d69
|
Allow GitHubIdentityProvider IDP type by FederationDomainWatcher
|
2024-04-25 17:02:05 -04:00 |
|
Benjamin A. Petersen
|
44edba6f75
|
Add tests for Github in FederationDomain ListerFinder
|
2024-04-25 17:01:57 -04:00 |
|
Benjamin A. Petersen
|
0c7e95539f
|
Add GitHub to FederationDomain IdP ListerFinder
|
2024-04-25 16:51:47 -04:00 |
|
 Ben PetersenandGitHub
|
8938990c04
|
Merge pull request #1925 from vmware-tanzu/jtc/polish-up-github-validations
Polish up GitHub validations
|
2024-04-25 16:40:24 -04:00 |
|
Ryan Richard
|
57a07a498f
|
Refactors for custom ID token lifetime based on PR feedback
|
2024-04-24 15:05:00 -07:00 |
|
Ryan Richard
|
136bc7ac09
|
Mild refactor of integration test for custom ID token lifetimes
|
2024-04-24 14:13:41 -07:00 |
|
Ryan Richard
|
a1efcefdce
|
Unit tests for token endpoint for custom ID token lifetimes
|
2024-04-24 14:13:41 -07:00 |
|
Ryan Richard
|
5dbf05c31d
|
Update the session storage versions due to new ID token lifetime field
|
2024-04-24 14:13:41 -07:00 |
|
Ryan Richard
|
af9612e98e
|
Update more unit tests for configurable token lifetimes
|
2024-04-24 14:13:41 -07:00 |
|
 Joshua CaseyandRyan Richard
|
b31a893caf
|
Add integration test and fix totalExpectedAPIFields
|
2024-04-24 14:13:40 -07:00 |
|
 Joshua CaseyandRyan Richard
|
c8bc192e0b
|
Start working on units tests for configurable token lifetimes
|
2024-04-24 14:13:40 -07:00 |
|
Ryan Richard
|
def2b35e6e
|
Make ID token lifetimes configurable on OIDCClient resources
|
2024-04-24 14:13:40 -07:00 |
|
Joshua Casey
|
14b1b7c862
|
Polish up the github_upstream_watcher: default and verify spec.claims correctly
|
2024-04-24 13:37:40 -05:00 |
|
Joshua Casey
|
c8b90df6f1
|
Inline using phttp.Default
|
2024-04-23 18:06:26 -05:00 |
|
 Joshua CaseyandGitHub
|
d0bbfca831
|
Merge pull request #1924 from vmware-tanzu/jtc/merge-main-5fe94c4e-into-github
Merge main (at 5fe94c4e) into `github_identity_provider`
|
2024-04-23 14:25:02 -05:00 |
|
Joshua Casey
|
fe5d037600
|
Merge branch 'main' into jtc/merge-main-5fe94c4e-into-github
|
2024-04-23 12:42:07 -05:00 |
|
 Ryan RichardandGitHub
|
5fe94c4e2b
|
Merge pull request #1922 from vmware-tanzu/clarify_err_msg
clarify error message for when there is no healthy controller manager
|
2024-04-22 10:15:41 -07:00 |
|
Ryan Richard
|
1d8310ed44
|
clarify error message for when there is no healthy controller manager
|
2024-04-22 09:29:37 -07:00 |
|
 Ryan RichardandGitHub
|
c79f8c89d7
|
Merge pull request #1917 from vmware-tanzu/dial_config
Make WebhookAuthenticators use Pinniped's preferred TLS version and ciphers when testing connection and during authentication attempts
|
2024-04-19 13:37:32 -07:00 |
|
Ryan Richard
|
7c0c3211d1
|
fix typo in securetls_fips_test.go
|
2024-04-19 12:50:05 -07:00 |
|
Ryan Richard
|
0ef98f0558
|
Use new helpers to assert that all webhook dials use ptls settings
|
2024-04-19 11:15:59 -07:00 |
|
Joshua Casey
|
94bee9e882
|
Remove testutil.TLSTestServerWithCert in favor of the testutil/tlsserver package
|
2024-04-19 10:30:23 -05:00 |
|
Joshua Casey
|
da135d9958
|
Webhookcachefiller now uses a real tls.Dial, which means we can test IPv6
|
2024-04-19 09:24:17 -05:00 |
|
Joshua Casey
|
206a16f9e3
|
Integration test fixes - updated condition messages
|
2024-04-18 21:32:54 -05:00 |
|
Ryan Richard
|
e048859afd
|
Use ptls package when calling webhook during authentication
|
2024-04-18 16:00:57 -07:00 |
|
Ryan Richard
|
8c081c50d4
|
Use ptls package to determine TLS config when probing webhook for status
|
2024-04-18 12:55:49 -07:00 |
|
 Ben PetersenandGitHub
|
0dc7dfcb50
|
Merge pull request #1907 from vmware-tanzu/jtc/add-github-idp-validations
Add GitHub IDP validations
|
2024-04-16 17:09:48 -04:00 |
|
Joshua Casey
|
c9b61ef010
|
Populate internal GitHub IDP Config from CRD
|
2024-04-16 14:33:01 -05:00 |
|