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

Add improved security headers to FastAPI responses #1355

Merged
merged 6 commits into from
May 15, 2023

Commits on May 12, 2023

  1. Add improved security headers to FastAPI responses

    Signed-off-by: Tynan DeBold <thdebold@gmail.com>
    tynandebold committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e2249d0 View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    Signed-off-by: Tynan DeBold <thdebold@gmail.com>
    tynandebold committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8c30e86 View commit details
    Browse the repository at this point in the history
  3. Add secure to requirements file

    Signed-off-by: Tynan DeBold <thdebold@gmail.com>
    tynandebold committed May 12, 2023
    Configuration menu
    Copy the full SHA
    97d7895 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/kedro-org/kedro-viz into ch…

    …ore/add-secure-response-headers-to-fastapi-app
    
    Signed-off-by: Tynan DeBold <thdebold@gmail.com>
    tynandebold committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9187d41 View commit details
    Browse the repository at this point in the history
  5. Update letter case in readme

    Signed-off-by: Tynan DeBold <thdebold@gmail.com>
    tynandebold committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e41794f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Move secure to _create_base_api_app

    Signed-off-by: Tynan DeBold <thdebold@gmail.com>
    tynandebold committed May 15, 2023
    Configuration menu
    Copy the full SHA
    97e5854 View commit details
    Browse the repository at this point in the history