Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dummy identity provider to remove Keystone dependancy during testing #162

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2024

  1. Added dummy identity provider to remove Keystone dependancy

    during testing
    
    The dummy identity provider (idp) can be enabled by setting
    the environment variable ESI_DEBUG to True. For now, the
    dummy idp returns information about a dummy project
    
    Some functions from `api/controllers/v1/utils.py` have been
    moved into the only controllers that use them and turned into
    static class methods.
    
    Allow idp injection through config file
    QuanMPhm committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0acb060 View commit details
    Browse the repository at this point in the history