Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add to the backstage app-config the key: backend.auth.externalAccess to allow to access from external system backstage #53

Open
1 task done
cmoulliard opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@cmoulliard
Copy link

Have you searched for this feature request?

  • I searched but did not find similar requests

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

  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

@cmoulliard cmoulliard added the enhancement New feature or request label Feb 13, 2025
@cmoulliard 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant