Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: cloud-key-rotator
description: Golang program to rotate AWS and GCP account keys
annotations:
github.com/project-slug: ovotech/cloud-key-rotator
spec:
owner: infosec
domain: grey-it
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cloud-key-rotator
description: Golang program to rotate AWS and GCP account keys
annotations:
github.com/project-slug: ovotech/cloud-key-rotator
backstage.io/source-location: url:https://github.com/ovotech/cloud-key-rotator/tree/main
tags:
- internal
- go
spec:
type: service
lifecycle: production
owner: infosec
system: cloud-key-rotator
Loading