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

Properly validate arguments within VCert playbook #511

Open
cdmadrigal opened this issue Aug 16, 2024 · 0 comments
Open

Properly validate arguments within VCert playbook #511

cdmadrigal opened this issue Aug 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cdmadrigal
Copy link

BUSINESS PROBLEM
N/A

PROPOSED SOLUTION
Any arguments that are entered within the VCert playbook should be validated to make sure they are allowed in that location. For example, if you set sanDNS within the subject: block, VCert will run properly without an error. This should throw an error because sanDNS does not belong in the subject: block.

This would make it easier for new users for VCert to know when they have misconfigured the playbook by putting arguments where they shouldn't be.

CURRENT ALTERNATIVES
Look at examples and figure out where the arguments should be placed. Makes troubleshooting difficult for new users.

@cdmadrigal cdmadrigal added the enhancement New feature or request label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant