kingfetty

Results 4 comments of kingfetty

I too would find this supremely useful. As a simple example, we track VPN tunnels as "Circuit" objects. However we have to add numerous custom fields that only should apply...

any movement here on code review?

Suggestion: suzieq > poller > controller > source > ansible.py ``` # Get user if any ansible_user = None if 'ansible_user' in entry: ansible_user = entry['ansible_user'] ```

Azure Key Vault supports storing 3 types of data, Certificates, Keys, and Secrets. Of the 3, only secret storage supports accessing the secret value in a way that is useful....