gitpod.v1.EnvironmentService
AllowPortAccess
Checks if the authenticated caller can access a specific port on an environment.
This is called by the Runner Proxy to validate access tokens against current state. The caller's identity is extracted from the JWT in the request context.
Examples
-
Check port access:
Verifies if the caller can access port 8080 on an environment.
environmentId: "07e03a28-65a5-4d98-b532-8ea67b188048" port: 8080
post/gitpod.v1.EnvironmentService/AllowPortAccess
Request body
Response
Success