Skip to content

0.6.0

Compare
Choose a tag to compare
@mstemm mstemm released this 12 Oct 04:12
· 211 commits to master since this release
  • Sysdig Secure Capabilities. There are now two objects: SdMonClient and SdSecureClient. SdMonClient provides all sysdig monitor capabilities, and SdSecureClient provides all sysdig secure capabilities. SdcClient is an alias of SdMonClient for backwards compatibility. The following new example programs demonstrate sysdig secure capabilities:
    • add_policy.py
    • create_default_policies.py
    • delete_all_policies.py
    • delete_policy.py
    • get_policy.py
    • get_secure_policy_events.py
    • get_secure_system_falco_rules.py
    • get_secure_user_falco_rules.py
    • list_policies.py
    • set_secure_system_falco_rules.py
    • set_secure_user_falco_rules.py
    • update_policy.py
  • New example program examples/print_conn_table.py prints N entries from the conn table for the filter specified, mimicking the top connections table in the Sysdig Monitor UI
  • New example program examples/list_admins.py to list admin users.