garm/vendor/github.com/go-macaroon-bakery/macaroonpb
Gabriel Adrian Samfira bbbe67bf7c Vendor packages and add Makefile
* Vendors packages
  * Adds a Makefile that uses docker to build a static binary against musl
using alpine linux.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2022-06-30 10:20:32 +00:00
..
id.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
id.pb.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
id.proto Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
LICENSE Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
README.md Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00

Macaroon ID Protocol Buffers

This module defines the serialization format of macaroon identifiers for macaroons created by the macaroon-bakery. For the most part this encoding is considered an internal implementation detail of the macaroon-bakery and external applications should not rely on any of the details of this encoding being maintained between different bakery versions.

This is broken out into a separate module as the protobuf implementation works in such a way that one cannot have multiple definitions of a message in any particular application's dependency tree. This module therefore provides a common definition for use by multiple versions of the macaroon-bakery to facilitate easier migration in client applications.