ContainerImage.Pinniped/cmd/pinniped/cmd
Monis Khan 9599ffcfb9
Update all deps to latest where possible, bump Kube deps to v0.23.1
Highlights from this dep bump:

1. Made a copy of the v0.4.0 github.com/go-logr/stdr implementation
   for use in tests.  We must bump this dep as Kube code uses a
   newer version now.  We would have to rewrite hundreds of test log
   assertions without this copy.
2. Use github.com/felixge/httpsnoop to undo the changes made by
   ory/fosite#636 for CLI based login flows.  This is required for
   backwards compatibility with older versions of our CLI.  A
   separate change after this will update the CLI to be more
   flexible (it is purposefully not part of this change to confirm
   that we did not break anything).  For all browser login flows, we
   now redirect using http.StatusSeeOther instead of http.StatusFound.
3. Drop plog.RemoveKlogGlobalFlags as klog no longer mutates global
   process flags
4. Only bump github.com/ory/x to v0.0.297 instead of the latest
   v0.0.321 because v0.0.298+ pulls in a newer version of
   go.opentelemetry.io/otel/semconv which breaks k8s.io/apiserver.
   We should update k8s.io/apiserver to use the newer code.
5. Migrate all code from k8s.io/apimachinery/pkg/util/clock to
   k8s.io/utils/clock and k8s.io/utils/clock/testing
6. Delete testutil.NewDeleteOptionsRecorder and migrate to the new
   kubetesting.NewDeleteActionWithOptions
7. Updated ExpectedAuthorizeCodeSessionJSONFromFuzzing caused by
   fosite's new rotated_secrets OAuth client field.  This new field
   is currently not relevant to us as we have no private clients.

Signed-off-by: Monis Khan <mok@vmware.com>
2021-12-16 21:15:27 -05:00
..
testdata Generate more helpful context/cluster/user names in pinniped get kubeconfig 2021-04-05 12:36:02 -05:00
alpha.go Add initial "pinniped alpha login oidc" partial implementation. 2020-10-06 12:42:29 -05:00
cobra_util_test.go Add initial "pinniped alpha login oidc" partial implementation. 2020-10-06 12:42:29 -05:00
cobra_util.go Declare war on namespaces 2021-02-10 21:52:07 -05:00
flag_types_test.go certauthority.go: Refactor issuing client versus server certs 2021-03-12 16:09:37 -08:00
flag_types.go Rename this flag types for consistency. 2021-03-08 14:33:38 -06:00
generate_markdown_help.go cmd/pinniped: add generate-markdown-help for generating CLI doc 2021-03-23 09:35:58 -04:00
get.go Update test assertions related to spf13/cobra. 2020-12-17 16:31:08 -06:00
kube_util.go cmd/pinniped: add whoami command 2021-03-18 08:56:34 -04:00
kubeconfig_test.go Update all deps to latest where possible, bump Kube deps to v0.23.1 2021-12-16 21:15:27 -05:00
kubeconfig.go Force the use of secure TLS config 2021-11-17 16:55:35 -05:00
login_oidc_test.go Update all deps to latest where possible, bump Kube deps to v0.23.1 2021-12-16 21:15:27 -05:00
login_oidc.go Force the use of secure TLS config 2021-11-17 16:55:35 -05:00
login_static_test.go Update all deps to latest where possible, bump Kube deps to v0.23.1 2021-12-16 21:15:27 -05:00
login_static.go Log lines about using cached credential 2021-04-21 09:02:45 -07:00
login.go Merge branch 'main' into initial_ldap 2021-04-14 17:47:26 -07:00
root.go Update all deps to latest where possible, bump Kube deps to v0.23.1 2021-12-16 21:15:27 -05:00
version_test.go Update test assertions related to spf13/cobra. 2020-12-17 16:31:08 -06:00
version.go cmd/pinniped: add version command 2020-09-28 10:44:33 -04:00
whoami_test.go Generate more helpful context/cluster/user names in pinniped get kubeconfig 2021-04-05 12:36:02 -05:00
whoami.go Merge branch 'main' into impersonation-proxy 2021-03-22 09:27:18 -07:00