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

UI: fix bugs in microsegmentation view #1770

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

chandrasekhar1996
Copy link
Contributor

Signed-off-by: craman [email protected]

@chandrasekhar1996
Copy link
Contributor Author

changes made:

  1. To get the position of nodes in graphical view we were using a get call with the node data as parameter. Since there is a limit to the length of the url for get calls, it will fail once the number of nodes increases. Solution - Updated it from get to put call.

  2. When deleting a transport rule, delete the assertion before deleting the role.

  3. Update timeout for fetchr from 10 to 30 seconds.

  4. remove red and green color from node borders in graphical view

@abvaidya abvaidya merged commit e4ca119 into AthenZ:master Feb 2, 2022
@chandrasekhar1996 chandrasekhar1996 deleted the microsegUIUpdates branch February 3, 2022 11:17
dvirguttman pushed a commit to dvirguttman/athenz that referenced this pull request Mar 28, 2023
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.

3 participants