Skip to content
Snippets Groups Projects
Commit aaa8c857 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-138: Merge branch 'TMSS-138' of https://git.astron.nl/ro/lofar into...

TMSS-138: Merge branch 'TMSS-138' of https://git.astron.nl/ro/lofar into TMSS-138 (weird sync between local branch and origin/TMSS-138)
parents 35225d46 f0b66a15
No related branches found
No related tags found
1 merge request!97Resolve TMSS-138
...@@ -234,7 +234,6 @@ else: ...@@ -234,7 +234,6 @@ else:
REST_FRAMEWORK['DEFAULT_PERMISSION_CLASSES'].append('rest_framework.permissions.AllowAny') REST_FRAMEWORK['DEFAULT_PERMISSION_CLASSES'].append('rest_framework.permissions.AllowAny')
logger.warning("No authentication configured! please set either OIDC_RP_CLIENT_ID or TMSS_LDAPCREDENTIALS environment variable.") logger.warning("No authentication configured! please set either OIDC_RP_CLIENT_ID or TMSS_LDAPCREDENTIALS environment variable.")
LOGIN_REDIRECT_URL = "/api/" LOGIN_REDIRECT_URL = "/api/"
LOGIN_REDIRECT_URL_FAILURE = "/api/" LOGIN_REDIRECT_URL_FAILURE = "/api/"
LOGOUT_REDIRECT_URL = "/api/" LOGOUT_REDIRECT_URL = "/api/"
......
...@@ -3,4 +3,3 @@ ...@@ -3,4 +3,3 @@
# Run the unit test # Run the unit test
source python-coverage.sh source python-coverage.sh
python_coverage_test "*tmss*" t_tmssapp_specification_permissions.py python_coverage_test "*tmss*" t_tmssapp_specification_permissions.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment