Skip to content

v1.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 05:41
· 4 commits to master since this release
cfeef7d

interceptv1

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

  1. Add your user public keys to the policy file :
Config: 
  Flags:
    remote_auth:
      - "UserA:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtFRLdSvayFQwQdIOk6NKuEpEK7KvYBQz8LUVerSo8T"
      - "UserB:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyubt40tutUSi3FQqcEzbDUu14RdLstEbURvX/M2bM/"
  1. Run your observe command with --remote (can use the example test_remote.yaml on the playground)
  2. SSH into your intercept instance with one of your IDs (in remote_auth) on port 23234
  3. ???
  4. Profit

INTERCEPT-v1 0 11

What's Changed


Full Changelog: v1.0.10...v1.0.11