repository is now a presentation-ready development prototype
This commit is contained in:
@@ -97,6 +97,14 @@ REQUIRED_MART_COLUMNS = {
|
||||
"last_observed_model",
|
||||
}
|
||||
DENIED_EXACT_KEYS = {
|
||||
"credential",
|
||||
"credentials",
|
||||
"inspector",
|
||||
"inspector_id",
|
||||
"password",
|
||||
"secret",
|
||||
"technician",
|
||||
"technician_id",
|
||||
"vehicle_token",
|
||||
"vehicle_bucket",
|
||||
"is_vin_audit",
|
||||
@@ -122,6 +130,11 @@ DENIED_EXACT_KEYS = {
|
||||
"row_count",
|
||||
}
|
||||
DENIED_KEY_FRAGMENTS = (
|
||||
"credential",
|
||||
"inspector",
|
||||
"password",
|
||||
"secret",
|
||||
"technician",
|
||||
"vehicle_token",
|
||||
"internal_event",
|
||||
"license_plate",
|
||||
|
||||
Reference in New Issue
Block a user