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

[full-ci] Add TLS options for all reva grpc services #4798

Merged
merged 5 commits into from
Oct 25, 2022

Commits on Oct 24, 2022

  1. Get rid of duplicated Reva config struct

    Consolidate all services to use the Reva config struct for the shared package.
    This works because all services (except 'notifications', 'thumbnails' and
    'webdav') where using the same config keys and environment variables for
    setting the reva gateway.
    rhafer committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6786590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d74068 View commit details
    Browse the repository at this point in the history
  3. Explicitly disable TLS for the permissions client

    This is needed as the permission server (provided by the settings service)
    is not TLS enabled yet.
    rhafer committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0abd026 View commit details
    Browse the repository at this point in the history
  4. Revert backwards incompatible reva config changes

    The commit of unifying the Reva Client config introduced some backwards
    incompatible changes to the config structures and yaml config tags. For
    the "thumbnails", "webdav" and "notifications" service. This reverts the
    changes on the service and introduces TLS options in a backwards
    compatible manner.
    rhafer committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    24fc6fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ecd4d View commit details
    Browse the repository at this point in the history