shell-plugins icon indicating copy to clipboard operation
shell-plugins copied to clipboard

Update localstack plugin to use LOCALSTACK_AUTH_TOKEN

Open simonrw opened this issue 1 year ago • 0 comments

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

simonrw avatar Feb 14 '24 14:02 simonrw