From 577af1d59c3b78736c84da443e81df8b4660ab3e Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 13 Feb 2024 12:13:37 -0500 Subject: [PATCH] goreleaser: init snap --- .goreleaser.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 40589ac3a7..8633a06c72 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,6 +32,24 @@ furies: - account: "authzed" secret_name: "GEMFURY_PUSH_TOKEN" skip: "{{ gt (len .Prerelease) 0 }}" +snapcrafts: + - name: "spicedb" + publish: false + summary: "A database that stores, computes, and validates application permissions" + description: | + SpiceDB is an open source, Google Zanzibar-inspired database for creating and managing security-critical application permissions. + + Developers create a schema and use client libraries to apply the schema to the database, insert relationships into the database, and query the database to efficiently check permissions in their applications. + grade: "stable" + confinement: "strict" + license: "Apache-2.0" + base: "core22" + apps: + spicedb: + command: "spicedb" + plugs: + - "network-bind" + - "network" brews: - name: "{{.ProjectName}}" repository: