You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced RelayDescriptor field for IVNP destination in identity.go.
- Added new relay overlay paths in paths.go.
- Created documentation for IVNP Relay Overlay detailing configuration and usage.
- Implemented tests for overlay admission and refresh logic.
- Developed IVNP overlay handling for Unix systems, with fallback for unsupported platforms.
- Established HTTP server for handling relay connections and leases.
- Added relay binding management to ensure secure connections between local and remote leases.
- Implemented tests for relay binding and overlay connection handling.
utils.StringFlagEnv(fs, &cfg.IdentityPath, "identity-path", "./.portal-certs", "directory path for relay identity, policy state, and keyless materials", "IDENTITY_PATH")
103
105
utils.StringFlagEnv(fs, &cfg.Bootstraps, "bootstraps", "", "bootstrap relay API URLs; merged with bootstrap relays when discovery is enabled", "BOOTSTRAPS")
0 commit comments