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

Golden Config Compliance Rule Backend Modification #301

Closed
ghost opened this issue Jun 23, 2023 · 1 comment
Closed

Golden Config Compliance Rule Backend Modification #301

ghost opened this issue Jun 23, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 23, 2023

Hey Team,

So, this is for the compliance rule in golden config, as you know today, we are just using "startswith" logic in our compliance rule creation. It is not fulfilling 100% requirement today. But if we can add regex into it then it can create a serious impact and improve the compliance output also.

Here is the example of snmp config:

snmp-server
access-list
logging trap
logging host

So, the logging host here when get matched with intended and actual config, it will give non-compliant status for more than 1 ip addresses. so today there is no way to capture something like this:

logging host 1.1.1.1
logging host 2.2.2.2
logging host 3.3.3.3

But if we can use regex in this case then the scenario will be different like this:
logging host

@itdependsnetworks
Copy link
Contributor

Duplicate #60

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

No branches or pull requests

1 participant