-
Notifications
You must be signed in to change notification settings - Fork 2
/
catalog-info.yaml
46 lines (44 loc) · 1.17 KB
/
catalog-info.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
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: authz-bundler
title: Authorization Bundler
description: An Open Policy Agent bundle server, providing access to permissionable data from ISPyB
annotations:
backstage.io/techdocs-ref: dir:.
spec:
owner: user:enu43627
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: authz-bundler
title: Authorization Bundler
description: An Open Policy Agent bundle server, providing access to permissionable data from ISPyB
annotations:
github.com/project-slug: garryod/authz
diamond.ac.uk/viewdocs-url: https://diamondlightsource.github.io/authz/bundler
spec:
type: service
lifecycle: experimental
system: authz-bundler
owner: user:enu43627
dependsOn:
- resource:ispyb-database
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: authz-bundler-rest
title: Authorization Bundler REST API
description: A RESTful API exposing permissionable data from ISPyB in OPA bundle format
spec:
type: openapi
lifecycle: experimental
system: authz-bundler
owner: user:enu43627
definition: |
openapi: 3.0.0
info:
title: AuthZ Bundler API
version: 0.0.1