Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barnabyshearer/terraform-provider-macaroons
Macaroons are flexible authorization credentials that support decentralized delegation, attenuation, and verification. Given an existing credential this provider can attenuate it for a specific use.
https://github.com/barnabyshearer/terraform-provider-macaroons
macaroons pypi terraform terraform-provider
Last synced: 24 days ago
JSON representation
Macaroons are flexible authorization credentials that support decentralized delegation, attenuation, and verification. Given an existing credential this provider can attenuate it for a specific use.
- Host: GitHub
- URL: https://github.com/barnabyshearer/terraform-provider-macaroons
- Owner: BarnabyShearer
- License: mpl-2.0
- Created: 2021-11-09T17:31:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T21:00:01.000Z (over 1 year ago)
- Last Synced: 2024-10-01T16:18:08.766Z (about 1 month ago)
- Topics: macaroons, pypi, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/BarnabyShearer/macaroons/latest/docs
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[//]: # (Autogenerated by https://github.com/BarnabyShearer/meta)
# terraform-provider-macaroons
[![registry.terraform.io](https://img.shields.io/badge/terraform-docs-success)](https://registry.terraform.io/providers/BarnabyShearer/macaroons/latest/docs)
Macaroons are flexible authorization credentials that support decentralized delegation, attenuation, and verification. Given an existing credential this provider can attenuate it for a specific use.
At the moment it is tested for scoping a pypi.org's API token per project (PRs for other uses welcome).