v1.0.11
Release v1.0.11
- github actions integration + compliant output (examples provided)
- performance optimizations / core binaries updated
- hooks signatures and auth options
- remote policy execution endpoint :
Remote Policy Execution Endpoint
- Add your user public keys to the policy file :
Config:
Flags:
remote_auth:
- "UserA:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtFRLdSvayFQwQdIOk6NKuEpEK7KvYBQz8LUVerSo8T"
- "UserB:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyubt40tutUSi3FQqcEzbDUu14RdLstEbURvX/M2bM/"
- Run your observe command with --remote (can use the example test_remote.yaml on the playground)
- SSH into your intercept instance with one of your IDs (in remote_auth) on port 23234
- ???
- Profit
What's Changed
Full Changelog: v1.0.10...v1.0.11