You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing backstage instance do not allow to be accessed from an external system (Example: curl => backstage to post or get data) as the following key is not implemented within the ConfigMap => app-config
auth:
# Used for enabling authentication, secret is shared by all backend plugins
# See https://backstage.io/docs/auth/service-to-service-auth for
# information on the format
externalAccess:
- type: static
options:
token: ${BACKSTAGE_AUTH_TOKEN}
subject: curl-requests
Possible Solution
Patch the ConfigMap - data - app-config to add such a key
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered:
cmoulliard
changed the title
Feature: Add to the backstage app-config the key: baxckend.auth.externalAccess to allow to access from external system backstage
Feature: Add to the backstage app-config the key: backend.auth.externalAccess to allow to access from external system backstage
Mar 21, 2025
Have you searched for this feature request?
Problem Statement
The existing backstage instance do not allow to be accessed from an external system (Example: curl => backstage to post or get data) as the following key is not implemented within the ConfigMap => app-config
Possible Solution
Patch the ConfigMap - data - app-config to add such a key
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered: