1. 25 Jan, 2016 1 commit
  2. 14 Jan, 2016 1 commit
  3. 13 Jan, 2016 1 commit
  4. 12 Jan, 2016 4 commits
  5. 08 Jan, 2016 3 commits
  6. 07 Jan, 2016 7 commits
  7. 06 Jan, 2016 5 commits
  8. 18 Dec, 2015 3 commits
  9. 17 Dec, 2015 1 commit
  10. 15 Dec, 2015 2 commits
  11. 11 Dec, 2015 7 commits
  12. 10 Dec, 2015 3 commits
  13. 09 Dec, 2015 1 commit
  14. 08 Dec, 2015 1 commit
    • runseb's avatar
      Logic for the token is wrong · 4e1c7eb6
      runseb authored
      The use of token or basic auth was a conditional inside the TLS verify loop.
      You can use TLS or skip the verification and use token or basic auth.
      
      Just a tab issue. Put the token conditional outside the kubeInsecure check.
      
      Also handled the case that we actually switch the boolean for skip TLS and forced it to replace true or false.
      4e1c7eb6