Granular Permissions & Deleting Custom Roles
Granular Permissions
We are excited to announce Granular Permissions for fine-tuning user access on the Environment level! Formerly, Aptible had a simple read/write permission scheme, but as part of this release, we've introduced 2 new read permissions and 6 new write permissions, which can be assigned using Custom Roles. Read the docs here or read our blog post.
Support for IKEv2 VPN Tunnels
We are excited to announce we've updated our site-to-site VPN tunnel implementation. This update comes with support for IKEv2 VPN tunnels for greater reliability and security, as well as improved compatibility with Azure-based connections.
Support for SSH Key ED25519 Algorithm
For improved compatibility and security, we've added ED25519
to the supported SSH key algorithms we accept. You can now generate ED25519 SSH keys. You can manage your keys here within the Aptible Dashboard.
Manage Environments, Modify Container Profiles, Look up Stacks - all via Terraform
Manage Environments via Terraform
aptible_environment
resources can now be managed through Terraform. Learn more here about resource attributes and configuration.
Provision Metric Drains and pre-built Grafana dashboards via Terraform
Provision Metric Drains via Terraform
aptible_metric_drain
resources can now be managed through Terraform. Learn more here about resource attributes and configuration.
Retain your logs in the event of a disaster with S3 Log Archiving
With our new S3 Log Archiving functionality, you can now configure log archiving to an Amazon S3 bucket owned by you! This feature is designed to be an important complement to Log Drains, so you can retain logs for compliance in the event your primary logging provider experiences delivery or availability issues.
Manage Log Drains via Terraform & Terraform Endpoint Bug Fix
Manage Log Drains via Terraform
You can now manage aptible_log_drain
resources through our Terraform Provider.
Learn more here about resource attributes and configuration.
Increased Scaling Sizes within the Dashboard, New Renaming Commands & Improved Terraform Error Messages
Increased Scaling Sizes within the Aptible Dashboard
We've updated the Aptible Dashboard, so all supported Disk and Container sizes are available for scaling. Previously, the Aptible CLI supported more scaling sizes than the Aptible Dashboard.
Downloadable Operation Logs
Prior to today, operation logs could only be accessed in real-time via the Aptible CLI, while an operation was running. This made debugging difficult in a number of scenarios:
Rename App and Database Handles via Terraform & Authentication with Environment Variables via Terraform
Authenticate with environment variables
These can be set with APTIBLE_USERNAME
and APTIBLE_PASSWORD
environment variables. Learn more here.