Skip to content

Commit

Permalink
Merge pull request #3 from PFWhite/develop
Browse files Browse the repository at this point in the history
organizes repo secondary configs and makes deploy easier
  • Loading branch information
PFWhite authored Apr 4, 2017
2 parents 62a5771 + 9f56a14 commit ca08a4e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions auditor/auditor.example.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ new_headers:
key: *subject
value: *consent_date
default: null
lookup_file: &consent_dates_path ./consent_dates.yaml
lookup_file: &consent_dates_path configs/consent_dates.yaml

# put expected headers here, any others will be ignored
headers: &headers
Expand Down Expand Up @@ -56,21 +56,21 @@ error_strings:
# list of values that are whitelisted for each header
whitelist: &whitelist_vals
- header_name: *lab_type
vals_file_path: ./example_labs.yaml
vals_file_path: configs/example_labs.yaml
- header_name: *subject
vals_file_path: ./example_good_subj.yaml
vals_file_path: configs/example_good_subj.yaml

# list of values that are blacklisted
blacklist: &blacklist_vals
- header_name: *subject
vals_file_path: ./example_bad_subj.yaml
vals_file_path: configs/example_bad_subj.yaml
- header_name: *value
vals_file_path: ./empty.yaml
vals_file_path: configs/empty.yaml

# capture something and pass it along
regexs: &regexs
- header_name: *value
vals_file_path: ./example_regex_capture.yaml
vals_file_path: configs/example_regex_capture.yaml

# mappings try to parse data to another form
# will pass the value through the maps in left to right order
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ca08a4e

Please sign in to comment.