Applications
Applications are containerized LongLink SDK services deployed into an organization. The LongLink Platform reads application metadata from the image, provisions runtime resources, verifies the rollout, and routes authenticated users to the running service.
In production, each application receives database and storage access scoped to organization resources. The runtime can read and write its own application schema and its application prefix in the Organization bucket. It can read the shared schema and the bucket's shared prefix without writing to either. The LongLink Platform injects direct application IAM credentials and other environment values as runtime secrets.
Database
Dedicated schemaRead access from shared
File Storage
Application prefixRead access to shared prefix
Infrastructure
Versioned runtimeEnvironment management
Roles
| Role | Access |
|---|---|
read | View and open the application runtime. Use read runtime methods such as GET. |
write | Read access plus write runtime methods such as POST, PUT, and PATCH. |
maintain | Write access plus logs, member roles, application deletion, and DELETE runtime methods. |
admin | Highest application-specific access with authority to assign application roles up to admin. |