diff --git a/catalog-info.yaml b/catalog-info.yaml index 1692cd5..b921f61 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -31,4 +31,23 @@ spec: lifecycle: experimental owner: guest dependsOn: - - component:default/mariadb-storage \ No newline at end of file + - component:default/mariadb-storage + +--- +apiVersion: backstage.io/v1alpha1 +kind: User +metadata: + name: guest +spec: + profile: + displayName: Gast Benutzer + memberOf: [guest-group] + +--- +apiVersion: backstage.io/v1alpha1 +kind: Group +metadata: + name: guest-group +spec: + type: team + children: [] \ No newline at end of file