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

Disable Microsegmentation validation checkbox for AWS env #2173

Merged

Conversation

chandrasekhar1996
Copy link
Contributor

No description provided.

@chandrasekhar1996 chandrasekhar1996 force-pushed the disableValidationMicroseg branch 2 times, most recently from 42a5140 to 8769dc7 Compare May 15, 2023 15:01
@chandrasekhar1996 chandrasekhar1996 marked this pull request as draft May 15, 2023 17:25
@chandrasekhar1996 chandrasekhar1996 force-pushed the disableValidationMicroseg branch from 12f6781 to 941f9dd Compare May 15, 2023 20:36
@chandrasekhar1996 chandrasekhar1996 marked this pull request as ready for review May 15, 2023 20:59
@chandrasekhar1996 chandrasekhar1996 force-pushed the disableValidationMicroseg branch from 941f9dd to d0a65fe Compare May 15, 2023 21:04
// isScopeOnPrem returns true if onprem is a selected option
isScopeOnPrem() {
for (let i = 0; i < this.state.PESList.length; i++) {
if (this.state.PESList[i].scopeonprem == 'false') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since initial state is:

                scopeonprem: 'true',
                scopeaws: 'false',
                scopeall: 'false',

In case the user checks aws in addition to on prem - it will return true instead of false - correct?
consider maybe we should change the method name to isOnlyOnPremScope ..

@chandrasekhar1996 chandrasekhar1996 force-pushed the disableValidationMicroseg branch from d0a65fe to b3ac82e Compare May 16, 2023 20:47
@dvirguttman dvirguttman merged commit 14d43f6 into AthenZ:master May 17, 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.

2 participants