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

🎨 Adds authentication for new style dynamic services and platform vendor services ⚠️ #6484

Merged

Commits on Oct 2, 2024

  1. added mock unauthenticated manual service

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    37162be View commit details
    Browse the repository at this point in the history
  2. cookies

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    85733af View commit details
    Browse the repository at this point in the history
  3. exposed manual

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0b53e9f View commit details
    Browse the repository at this point in the history
  4. dynamic-sidecar is now authenticated

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    61a396c View commit details
    Browse the repository at this point in the history
  5. extended EncryptedCookieStorage

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9aa2728 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into pr-osparc-manual-…

    …for-logged-in-users
    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9fb2a08 View commit details
    Browse the repository at this point in the history
  7. using lightweight auth check endpoint

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4673a62 View commit details
    Browse the repository at this point in the history
  8. director-v2 reads webserver endpoint form env vars

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eb94357 View commit details
    Browse the repository at this point in the history
  9. refactor

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4445b34 View commit details
    Browse the repository at this point in the history
  10. link with cookie name

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1252409 View commit details
    Browse the repository at this point in the history
  11. readme

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c8e8152 View commit details
    Browse the repository at this point in the history
  12. fixed failing tests

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5d8e115 View commit details
    Browse the repository at this point in the history
  13. added test for /auth:check

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e0c3398 View commit details
    Browse the repository at this point in the history
  14. added notes for the future

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4f472d5 View commit details
    Browse the repository at this point in the history
  15. refactor

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    05d93d3 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'upstream/master' into pr-osparc-manual-…

    …for-logged-in-users
    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3a69ec9 View commit details
    Browse the repository at this point in the history
  17. simplify service declaration

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fe002fd View commit details
    Browse the repository at this point in the history
  18. ignore manual

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    20a4145 View commit details
    Browse the repository at this point in the history
  19. moved to vendors stack

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8507df7 View commit details
    Browse the repository at this point in the history
  20. extracted env vars to configure manual service

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    212af33 View commit details
    Browse the repository at this point in the history
  21. remove

    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e6642b7 View commit details
    Browse the repository at this point in the history
  22. Merge remote-tracking branch 'upstream/master' into pr-osparc-manual-…

    …for-logged-in-users
    Andrei Neagu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    199814b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. disable manual by default

    Andrei Neagu committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    132845b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into pr-osparc-manual-…

    …for-logged-in-users
    Andrei Neagu committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9fabb8a View commit details
    Browse the repository at this point in the history
  3. revert this change

    Andrei Neagu committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d4f8626 View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    Andrei Neagu committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b51e457 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into pr-osparc-manual-…

    …for-logged-in-users
    Andrei Neagu committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8e35dfc View commit details
    Browse the repository at this point in the history
  6. revert

    Andrei Neagu committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3f2c54c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge remote-tracking branch 'upstream/master' into pr-osparc-manual-…

    …for-logged-in-users
    Andrei Neagu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    066cf32 View commit details
    Browse the repository at this point in the history
  2. refactor placement of services in stacks

    Andrei Neagu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    54dcd5f View commit details
    Browse the repository at this point in the history
  3. string refenreces

    Andrei Neagu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4b4ba17 View commit details
    Browse the repository at this point in the history
  4. rename

    Andrei Neagu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    626307e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. refactor interface

    Andrei Neagu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    12d1360 View commit details
    Browse the repository at this point in the history
  2. added new tests and fixtures

    Andrei Neagu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ef6b17f View commit details
    Browse the repository at this point in the history
  3. refactor

    Andrei Neagu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1eb0ab0 View commit details
    Browse the repository at this point in the history
  4. fixed broken tests

    Andrei Neagu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    62e96c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    bbb5ec9 View commit details
    Browse the repository at this point in the history
  2. fixed broken test

    Andrei Neagu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7aa314f View commit details
    Browse the repository at this point in the history
  3. finally fixed test

    Andrei Neagu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    752a2a6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr-osparc-manual-for-logged-in-users' of github.com:Git…

    …HK/osparc-simcore-forked into pr-osparc-manual-for-logged-in-users
    Andrei Neagu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cf4b23f View commit details
    Browse the repository at this point in the history