Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
e424f6ff
Unverified
Commit
e424f6ff
authored
Sep 28, 2020
by
Jonas Brunsgaard
Committed by
GitHub
Sep 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Bumped flaskoidc dependency (#689)
Signed-off-by:
Jonas Brunsgaard
<
jonas.brunsgaard@gmail.com
>
parent
1898a88e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
public.Dockerfile
public.Dockerfile
+3
-3
setup.py
setup.py
+1
-1
No files found.
public.Dockerfile
View file @
e424f6ff
...
@@ -28,11 +28,11 @@ ENV FRONTEND_SVC_CONFIG_MODULE_CLASS amundsen_application.oidc_config.OidcConfig
...
@@ -28,11 +28,11 @@ ENV FRONTEND_SVC_CONFIG_MODULE_CLASS amundsen_application.oidc_config.OidcConfig
ENV APP_WRAPPER flaskoidc
ENV APP_WRAPPER flaskoidc
ENV APP_WRAPPER_CLASS FlaskOIDC
ENV APP_WRAPPER_CLASS FlaskOIDC
ENV FLASK_OIDC_WHITELISTED_ENDPOINTS status,healthcheck,health
ENV FLASK_OIDC_WHITELISTED_ENDPOINTS status,healthcheck,health
ENV
FLASK_OIDC_
SQLALCHEMY_DATABASE_URI sqlite:///sessions.db
ENV SQLALCHEMY_DATABASE_URI sqlite:///sessions.db
# You will need to set these environment variables in order to use the oidc image
# You will need to set these environment variables in order to use the oidc image
#
FLASK_
OIDC_CLIENT_SECRETS - a path to a client_secrets.json file
# OIDC_CLIENT_SECRETS - a path to a client_secrets.json file
#
FLASK_
OIDC_SECRET_KEY - A secret key from your oidc provider
# OIDC_SECRET_KEY - A secret key from your oidc provider
# You will also need to mount a volume for the clients_secrets.json file.
# You will also need to mount a volume for the clients_secrets.json file.
FROM base as release
FROM base as release
setup.py
View file @
e424f6ff
...
@@ -52,7 +52,7 @@ setup(
...
@@ -52,7 +52,7 @@ setup(
dependency_links
=
[],
dependency_links
=
[],
install_requires
=
requirements
,
install_requires
=
requirements
,
extras_require
=
{
extras_require
=
{
'oidc'
:
[
'flaskoidc==0.
0.2
'
]
'oidc'
:
[
'flaskoidc==0.
1.0
'
]
},
},
python_requires
=
">=3.6"
,
python_requires
=
">=3.6"
,
entry_points
=
"""
entry_points
=
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment