Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).