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

Web admin: Configuration issue when security event is saved #4961

Closed
lzammit opened this issue Nov 25, 2019 · 2 comments
Closed

Web admin: Configuration issue when security event is saved #4961

lzammit opened this issue Nov 25, 2019 · 2 comments

Comments

@lzammit
Copy link
Contributor

lzammit commented Nov 25, 2019

It adds up role in the security event every time I save it:

[3000006]
trigger=dhcp_fingerprint::15728
actions=autoreg,role,role,role,role,role <------
desc=auto reg iPhones
enabled=Y
access_duration=5D
target_category=staff
@jrouzierinverse
Copy link
Member

This is being sent multiple times so this why.

{
  ...,
  "actions": ["reevaluate_access", "email_admin", "log", "autoreg", "role", "role", "role"]
}

I will remove the duplicate actions in the backend.

jrouzierinverse added a commit that referenced this issue Nov 25, 2019
@jrouzierinverse
Copy link
Member

Please retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants