• James: Update global config
  • Explain is last big UI feature for 3.0
  • Sully: Working on talk and bug fixes. 2.7 release soon?
  • Victor:
  • Devon: Devote some time to using the query builder after I finish with FastAPI
    • Goal is to improve the documentation with help from Yury and James
  • Paul: introspection query is broken right now. Needs better test coverage to reduce regressions.
    • Yury: add benchmark for Rust
  • Elvis: tightening security of AWS implementation
    • Got Wireguard working
    • Found a tool called “Granted” that makes it easier to use multiple AWS accounts and stores credentials in an encrypted keychain.
      • Poorly documented. Elvis will document.
    • Frustrated with IPv4
      • AWS recently implemented IPv6 subnets
      • Testing IPv6 soon
    • No internal gateway to AWS API from AWS
      • Want to avoid someone being able to run code from a control server
      • Limit of 60 rules vs. many IPv4 subnets that could be connecting legitimately
      • Fewer IPv6 subnets, so that would fix this problem
    • Finalizing how to hash instance names
      • 64 character limit on label segment
      • could introduce a 20 character limitation to user
      • Could hash in label instead of using the developer’s name directly
  • Zak: Better logging from Nebula
    • Getting a 500 error in the logs that he can’t figure out
  • Alijaz: Working on SQL implementation
  • Frederick: Working on local version of Cloud, back-porting a feature added to AWS
  • Quin: Working on codegen with .NET. Working sample by end of week.
    • Yury: Benchmark for