Skip to main content

11 posts tagged with "Atmos"

General Atmos features and functionality

View All Tags

Flexible Keyring Backends: System, File, and Memory Storage for Credentials

· 6 min read
Andriy Knysh
Principal Architect @ Cloud Posse

Atmos Auth supports flexible keyring backends, giving you control over how authentication credentials are stored. Use your system keyring for native OS integration, file-based keyrings to share credentials across OS boundaries (like between your Mac and a Docker container), or memory keyrings for testing.

Introducing atmos auth list: Visualize Your Authentication Configuration

· 5 min read
Erik Osterman
Founder @ Cloud Posse

We're excited to announce a powerful new command for managing authentication in Atmos: atmos auth list. This command provides comprehensive visibility into your authentication configuration, making it easier than ever to understand and manage complex authentication chains across multiple cloud providers and identities.

Configuration Provenance Tracking: Know Where Every Value Comes From

· 6 min read
Andriy Knysh
Principal Architect @ Cloud Posse

We've shipped a feature that developers working with complex infrastructure configurations have been asking for: provenance tracking. With the new --provenance flag in atmos describe component, you can now see exactly where every configuration value originated—down to the file, line number, and column.