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

Secure endpoints #3203

Merged
merged 15 commits into from
Apr 7, 2023
Merged

Secure endpoints #3203

merged 15 commits into from
Apr 7, 2023

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    452e92f View commit details
    Browse the repository at this point in the history
  2. Island: Secure resources with flask_security decorators

    - adds a comment where it can't be done
    - changes @roles_required (requires caller to have all the specified roles)
      to @roles_accepted (requires caller to have one of the specified roles)
      where applicable
    - adds @include_auth_token to AgentOTPLogin resource
    shreyamalviya committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    fd03211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f698b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20f3332 View commit details
    Browse the repository at this point in the history
  5. UT: Fix logout tests

    cakekoa authored and shreyamalviya committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2db8a88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bc70e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ae796c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f03680f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2127563 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e18a5c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e10ac84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6916b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebf3ba1 View commit details
    Browse the repository at this point in the history
  14. Island: Make some variable names specific in test_blackbox.py

    There were too many things called 'requests'.
    shreyamalviya committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    43c6673 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4bd5e5c View commit details
    Browse the repository at this point in the history