Skip to content

Conversation

@antonlisovenko
Copy link
Contributor

This PR adds support for project IP access list. Anything in Atlas that doesn't match the spec is removed from Atlas, the rest is added. This ensures that if any ip access list entry is removed from the spec - it will be removed in Atlas as well.

The basic int test is added.

More unit and int tests will be added in the next PR

antonlisovenko added 2 commits February 5, 2021 20:47
return err
}
}
// Go doesn't support XOR, but uses '!=' instead: https://stackoverflow.com/a/23025720/614239
Copy link
Contributor

Choose a reason for hiding this comment

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

[nit] but != literally is XOR for booleans 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes! :)

@antonlisovenko antonlisovenko merged commit 310e423 into main Feb 8, 2021
@antonlisovenko antonlisovenko deleted the CLOUDP-78181_ip-access-list branch February 8, 2021 15:48
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