Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
Support for custom components is something we would like to support, and coupled with the concept of "custom commands" We've receively refactored atmos to make adding new components easier (in...
Why do we have multiple registries in a single definition, instead of having more definitions? ```yaml integrations: dev/ecr: kind: aws/ecr identity: dev-admin spec: registries: - account_id: "123456789012" region: us-east-2 ```...
Why do identities specify the integrations, instead of integrations specify their required identity? ```yaml auth: identities: dev-admin: kind: aws/permission-set via: provider: company-sso principal: name: AdministratorAccess account: dev integrations: # Auto-trigger...
@samtholiya this is missing documentation