Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

ejthurgo/log validation#92

Open
ejthurgo wants to merge 2 commits into
masterfrom
ejthurgo/log-validation
Open

ejthurgo/log validation#92
ejthurgo wants to merge 2 commits into
masterfrom
ejthurgo/log-validation

Conversation

@ejthurgo

Copy link
Copy Markdown
  • Allow hostname or IP address
  • Refactored AddLoggingCondition, broke out creation of web and WAF logs.
  • Logging and conditons now only created if config file has valid log configs.
  • Creation off logging endpoints can now be explicitly disabled through CLI arg --no-logs
  • Refactored CLI output to past-tense.

Resolves issue: #70
Resolves issue: #71
Resolves issue: #91

ejthurgo added 2 commits June 14, 2019 11:47
Currently the `Address` defined in the TOML conffig is used for both `Address` and `IPV4` fields in the API. Validation on the `IPV4` value prevents this from being a hostname. However, the `Address` can be either hostname, IPv4 or IPv6 address and is automatically parsed by the API.
 - Refactored AddLoggingCondition, broke out creation of web and WAF logs.
 - Logging and conditons now only created if config file has valid log configs.
 - Creation off logging endpoints can now be explicitly disabled through CLI arg `--no-logs`
 - Refactored CLI output to past-tense.
@fgsch

fgsch commented Oct 23, 2019

Copy link
Copy Markdown
Member

@ejthurgo @marklkelly Is this still relevant or superseded by #96?

@ejthurgo

ejthurgo commented Oct 31, 2019

Copy link
Copy Markdown
Author

I think some aspects of this were taken into 96. @marklkelly would be the authority on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

needs review Requires peer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants