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 config option to enable or disable TLS for nats #4867

Merged
merged 3 commits into from
Oct 21, 2022
Merged

add config option to enable or disable TLS for nats #4867

merged 3 commits into from
Oct 21, 2022

Conversation

C0rby
Copy link
Contributor

@C0rby C0rby commented Oct 20, 2022

Requires: cs3org/reva#3382
This is necessary to not break existing setups.

Required for: #4818

Per default TLS is not enabled but can be enabled by setting either OCIS_EVENTS_ENABLE_TLS=true or the respective service configs:

  • AUDIT_EVENTS_ENABLE_TLS=true
  • GRAPH_EVENTS_ENABLE_TLS=true
  • NATS_EVENTS_ENABLE_TLS=true
  • NOTIFICATIONS_EVENTS_ENABLE_TLS=true
  • SEARCH_EVENTS_ENABLE_TLS=true
  • SHARING_EVENTS_ENABLE_TLS=true
  • STORAGE_USERS_EVENTS_ENABLE_TLS=true

@micbar micbar requested a review from mmattel October 21, 2022 10:50
@micbar micbar marked this pull request as ready for review October 21, 2022 10:51
@micbar micbar self-requested a review October 21, 2022 10:51
@sonarcloud
Copy link

sonarcloud bot commented Oct 21, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

0.0% 0.0% Coverage
8.5% 8.5% Duplication

@micbar micbar merged commit 5146d16 into master Oct 21, 2022
@delete-merged-branch delete-merged-branch bot deleted the nats-tls branch October 21, 2022 11:37
ownclouders pushed a commit that referenced this pull request Oct 21, 2022
Merge: ff8b16f ec764ea
Author: Michael Barz <mbarz@owncloud.com>
Date:   Fri Oct 21 13:37:18 2022 +0200

    Merge pull request #4867 from owncloud/nats-tls

    add config option to enable or disable TLS for nats
ownclouders pushed a commit that referenced this pull request Oct 21, 2022
Merge: ff8b16f ec764ea
Author: Michael Barz <mbarz@owncloud.com>
Date:   Fri Oct 21 13:37:18 2022 +0200

    Merge pull request #4867 from owncloud/nats-tls

    add config option to enable or disable TLS for nats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants