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

Adding log_req_limit value #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ckamm12
Copy link

@ckamm12 ckamm12 commented Oct 4, 2022

Adding new log_req_limit value to venafi_cert.yaml and python file. This allows users to separate the two and specify different values for each based on their needs instead of have one value for everything.

Adding a default variable LOG_LIMIT set to 10000.
Adding if statement for passed log_req_limit value from yaml.
Changing params for POST request in get_log_events method to LOG_LIMIT variable.
Adding log_req_limit to yaml example.
Adding log_req_limit to README.

fixes #5

ckamm added 2 commits October 4, 2022 12:39
…his allows users to separate the two and specify different values for each based on their needs instead of have one value for everything.

Adding a default variable LOG_LIMIT set to 10000.
Adding if statement for passed log_req_limit value from yaml.
Changing params for POST request in get_log_events method to LOG_LIMIT variable.
Adding log_req_limit to yaml example.
Adding log_req_limit to README.
…his allows users to separate the two and specify different values for each based on their needs instead of have one value for everything.

Adding a default variable LOG_LIMIT set to 10000.
Adding if statement for passed log_req_limit value from yaml.
Changing params for POST request in get_log_events method to LOG_LIMIT variable.
Adding log_req_limit to yaml example.
Adding log_req_limit to README.
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.

Log and cert request size
1 participant