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

OCM invitations are stored in-memory #10354

Closed
wkloucek opened this issue Oct 21, 2024 · 3 comments
Closed

OCM invitations are stored in-memory #10354

wkloucek opened this issue Oct 21, 2024 · 3 comments
Labels

Comments

@wkloucek
Copy link
Contributor

Describe the bug

To me it looks like OCM invitations are stored in memory, which is a no-go for production systems.

Steps to reproduce

  1. Generate an OCM invitation
  2. Restart the OCM service
  3. List the invitations

Expected behavior

The invitation is still there.

Actual behavior

The invitation is gone.

Setup

Running oCIS 6.5 using the chart and deployment example from owncloud/ocis-charts#701

Additional context

Add any other context about the problem here.

@micbar
Copy link
Contributor

micbar commented Oct 21, 2024

@butonic please clarify if that is true.

@wkloucek do you persist the volume where the ocm share stores the json file?

@wkloucek
Copy link
Contributor Author

do you persist the volume where the ocm share stores the json file?

Seems like no. Thanks for that pointer.

@wkloucek
Copy link
Contributor Author

Fixed by enabling OCM persistent volume for the deployment example in owncloud/ocis-charts@fb4b91b

Sorry for the noise! 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants