1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
506 stars 163 forks source link

Update localstack plugin to use LOCALSTACK_AUTH_TOKEN #428

Open simonrw opened 4 months ago

simonrw commented 4 months ago

Overview

LocalStack is migrating to use auth tokens instead of api keys. This should be reflected in the 1Password LocalStack shell plugin.

See the first item in the LocalStack v3.0.0 release notes miscellaneous section.

Updates the plugin created in https://github.com/1Password/shell-plugins/pull/371

Type of change

- [ ] Created a new plugin - [x] Improved an existing plugin - [ ] Fixed a bug in an existing plugin - [ ] Improved contributor utilities or experience ## How To Test
localstack start

Changelog

The LocalStack plugin now uses `LOCALSTACK_AUTH_TOKEN` instead of `LOCALSTACK_API_KEY`