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

User group not removed from memory upon deletion in peering environment #6535

Open
ijustw0rkhere opened this issue Nov 14, 2024 · 0 comments
Labels

Comments

@ijustw0rkhere
Copy link
Contributor

Describe the bug
If you delete a user group in a peering environment, it is not properly removed until a server restart.

To Reproduce
Steps to reproduce the behavior:

  1. Delete a user group
  2. Refresh web UI
  3. Deleted user group shows back up

Expected behavior
A deleted user group should be removed from memory in a peering environment without having to reboot the server

Server Software (please complete the following information):

  • OS: Debian
  • Version: 1.1.33

Your config.json file

{
  "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
  "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
  "settings": {
    "mongoDb": "mongodb://172.16.0.93:27017/?replicaSet=rs0",
    "mongoDbBulkOperations": true,
    "mongoDbChangeStream": true,
    "sessionKey": "MyReallySecretPassword1",
    "port": 443,
    "redirPort": 0,
    "mpsPort": 0,
    "exactPorts": true
  },
  "domains": {
    "": {
      "title": "meshdev1"
    }
  },
  "peers": {
    "serverId": "meshdev1",
    "servers": {
      "meshdev1": {"url": "wss://172.16.0.93:443/"},
      "meshdev2": {"url": "wss://172.16.0.94:443/"}
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant