Fix the IP data lookup to take in an API key
Fixes https://jira.coreos.com/browse/QUAY-989
This commit is contained in:
parent
a3554a73d8
commit
d4882f0077
3 changed files with 12 additions and 2 deletions
|
@ -74,6 +74,7 @@ INTERNAL_ONLY_PROPERTIES = {
|
|||
|
||||
'BILLED_NAMESPACE_MAXIMUM_BUILD_COUNT',
|
||||
'THREAT_NAMESPACE_MAXIMUM_BUILD_COUNT',
|
||||
'IP_DATA_API_KEY',
|
||||
|
||||
'SECURITY_SCANNER_ENDPOINT_BATCH',
|
||||
'SECURITY_SCANNER_API_TIMEOUT_SECONDS',
|
||||
|
|
Reference in a new issue