Skip to content

Instantly share code, notes, and snippets.

View stevenolen's full-sized avatar

Steve Nolen stevenolen

View GitHub Profile
[Unit]
Description=Kubernetes Kubelet
Documentation=https://github.com/kubernetes/kubernetes
After=docker.service
Requires=docker.service
[Service]
ExecStart=/usr/bin/kubelet \
--address=0.0.0.0 \
--authentication-token-webhook \

Keybase proof

I hereby claim:

  • I am stevenolen on github.
  • I am stevenolen (https://keybase.io/stevenolen) on keybase.
  • I have a public key ASBgk9HbQKEOXGcNnEAo8J8PNMtqMO1N6Dv5y2qnwFD8Uwo

To claim this, I am signing this object:

Implementing keycloak with cordova

local auth enabled, keycloak disabled (default, existing)

  • mobile
    • user selects server
    • user logs in, app stores username/hashed password and provides with subsequent calls
  • web
    • attempts to make requests with domain level auth_token cookie
    • on auth failure, redirect to /#login