Backstage Integration
Create an integration to request, view, and approve access via Backstage
Prerequisites
# Generate RSA Private Key
openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
# Display private_key.pem content encoded as base64
cat private_key.pem | base64
# Generate RSA Public Key
openssl rsa -pubout -in private_key.pem -out public_key.pem
# Display public_key.pem content encoded as base64
cat public_key.pem | base64Configuration steps
In Apono
Field
Value
Required

In Backstage
Add Apono plugin to Backstage Frontend App
Add Apono plugin to Backstage Backend App
Backstage Sidebar Update

Troubleshooting


Last updated
Was this helpful?
