Skip to content

Releases: RealImage/bifrost

v1.16.4

28 Feb 16:23
bd20fdd
Compare
Choose a tag to compare

CA Certificate and Private Key generation

Added bf CLI support for creating CA certificates and private keys.

v1.16.1

14 Feb 19:49
8d34ec0
Compare
Choose a tag to compare

A simpler unified command

bf now contains all Bifrost functionality.
Similarly one single container image now does everything.

Cleaned up tests and removed out-dated docs.

TODO: Need new docs.

Full Changelog: v1.15.3...v1.16.1

v1.15.3

02 Jan 16:22
22de452
Compare
Choose a tag to compare

bifrost.PrivateKey

Load private keys from remote storage. Implements JSON and DynamoDB marshal and unmarshal.
By default, JSON Marshal marshals the public key. bifrost.PrivateKey#WithJSONMarshalPrivateKey changes this.

v1.15.2

02 Jan 15:18
22a949d
Compare
Choose a tag to compare

Cafiles package

Cafiles is now a public package. Load certificates, and private keys from file, AWS S3, & AWS Secrets Manager.

Renamed CRT environment variable to CERT_URI and KEY to KEY_URI.

v1.15.0

02 Jan 11:30
140347a
Compare
Choose a tag to compare

Bifrost PublicKey

Bifrost PublicKey type helps marshal a public key to JSON and DynamoDB attribute value.

v1.14.8

29 Dec 17:35
662b681
Compare
Choose a tag to compare

Release binaries for Windows, MacOS, & Linux.

v1.14.5

24 Nov 10:31
196f876
Compare
Choose a tag to compare

Bifrost is available under the terms of the MIT license

Starting from version 1.14.5, new release of Bifrost will be available under the terms of the MIT license, including this one.

Sped up container build should allow us to build arm64 images as well.

HTMX for issuer web too.

v1.13.0

09 Oct 06:22
7710c76
Compare
Choose a tag to compare

New binaries and container images

Bouncer is an AWS Lambda Authorizer function. It's available as the bifrost-authz container image. It reads a certificate PEM from the Lambda Request Context and extracts the public key from the certificate. The certificate and verified namespace are added to the response context to be used downstream.

Hallpass used to be known as bouncer. It is a TLS authenticating reverse-proxy meant to be used instead of the AWS API Gateway + Bouncer Authorizer combo, in development.

v1.11.4

06 Oct 16:08
v1.11.4
b183107
Compare
Choose a tag to compare

New logo & names

Bifrost gets branding with a new rainbow bridge logo. The club library package has become asgard, keeping in line with the general vibe. The web UI has made big strides by actually making HTTP requests to the API now.

Certificate & CertificateRequest structs wrap x509 structs with Bifrost information along-side.
All container images are pushed to ghcr.io now.

v1.8.5

02 Jan 08:45
d088be5
Compare
Choose a tag to compare

Full Changelog: v1.8.3...v1.8.5