As a first pass at security,we should add an ip_whitelist 'list' to the configuration object (managed through /etc/ansible-runner-service/config.yaml
With the list in place the auth wrapper can simple compare the request.remote_addr to the whitelist (if set), and if it doesn't match return a http 401
As a first pass at security,we should add an ip_whitelist 'list' to the configuration object (managed through /etc/ansible-runner-service/config.yaml
With the list in place the auth wrapper can simple compare the request.remote_addr to the whitelist (if set), and if it doesn't match return a http 401