forked from canonical/openfga-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
53 lines (50 loc) · 1.54 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: openfga-k8s
display-name: OpenFGA
summary: A high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar.
website: https://github.com/canonical/openfga-operator
source: https://github.com/canonical/openfga-operator
issues: https://github.com/canonical/openfga-operator/issues
description: |
A high-performance and flexible authorization/permission engine
built for developers and inspired by Google Zanzibar.
OpenFGA is designed to make it easy for developers to model
their application permissions and add and integrate fine-grained
authorization into their applications.
It allows in-memory data storage for quick development, as well
as pluggable database modules. It currently supports PostgreSQL
and MySQL.
It offers an HTTP API and a gRPC API. It has SDKs for
Node.js/JavaScript, GoLang, Python and .NET. Look in our
Community section for third-party SDKs and tools.
peers:
peer:
interface: openfga-peer
provides:
openfga:
interface: openfga
grafana-dashboard:
interface: grafana_dashboard
metrics-endpoint:
interface: prometheus_scrape
requires:
http-ingress:
interface: ingress
limit: 1
grpc-ingress:
interface: ingress
limit: 1
database:
interface: postgresql_client
limit: 1
log-proxy:
interface: loki_push_api
optional: true
limit: 1
containers:
openfga:
resource: oci-image
resources:
oci-image:
type: oci-image
description: OCI image for OpenFGA
upstream-source: ghcr.io/canonical/openfga:1.3.9