https://github.com/openshift/origin/pull/4566 adds Kerberos support to `oc
login` on Linux and OS X, via GSSAPI library bindings.

Release builds will enable this support in the Linux build of `oc`, but
because additional headers are required to build, simple builds
(`hack/build-go.sh` or `make build`) will not include GSSAPI support.

You can use `oc version` to see if GSSAPI support is enabled:

$ oc version
oc v1.3.0-alpha.2+5bf1b69
kubernetes v1.3.0+57fb9ac
features: Basic-Auth GSSAPI Kerberos SPNEGO

For more information about building with GSSAPI support, see
https://github.com/openshift/origin/blob/master/HACKING.md#gssapi-enabled-builds

Server-side, Kerberos was already supported via the
RequestHeaderIdentityProvider combined with a Kerberos-speaking
authenticating proxy.
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to