Merge pull request #2695 from coreos-inc/oidc-internal-auth

OIDC internal auth support
This commit is contained in:
josephschorr 2017-10-02 16:51:17 -04:00 committed by GitHub
commit 3bef21253d
29 changed files with 341 additions and 38 deletions

View file

@ -2,8 +2,8 @@ import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), "../"))
from util.log import logfile_path
from Crypto import Random
from util.log import logfile_path
logconfig = logfile_path(debug=True)

View file

@ -2,8 +2,8 @@ import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), "../"))
from util.log import logfile_path
from Crypto import Random
from util.log import logfile_path
logconfig = logfile_path(debug=False)

View file

@ -2,8 +2,8 @@ import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), "../"))
from util.log import logfile_path
from Crypto import Random
from util.log import logfile_path
logconfig = logfile_path(debug=False)

View file

@ -2,9 +2,8 @@ import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), "../"))
from util.log import logfile_path
from Crypto import Random
from util.log import logfile_path
logconfig = logfile_path(debug=False)

View file

@ -2,8 +2,8 @@ import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), "../"))
from util.log import logfile_path
from Crypto import Random
from util.log import logfile_path
logconfig = logfile_path(debug=False)