Alex Crome b8ebecd100 Use Azure Identity to Authenticate with Microsoft Graph API
Replaced MSAL with Azure Identity to support additional authentication methods with
Microsoft Graph - in particular Managed Identity.

If `clientId` and clientSecret` are configured, the plugin will continue to behave
as before using those credentials.  If those values are ommitted, then
`DefaultAzureCredential` is choose the best method of authentication.

This is particularly helpful locally as if the Azure CLI or Azure Powershell are
installed, Azure Identity will use those to authenticate, without the developer
needing to configure anything.  In those cases, the following config will be
sufficient for a working graph plugin.

```yaml
catalog:
  provider:
    microsoftGraphOrg:
      default:
        tenantId: ${AZURE_TENANT_ID}
        user:
          filter: accountEnabled eq true and userType eq 'member'
        group:
          filter: securityEnabled eq false and mailEnabled eq true and groupTypes/any(c:c+eq+'Unified')
```

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-06 23:50:43 +01:00
2021-05-17 11:26:00 +02:00
2020-04-01 16:42:20 +02:00
2022-06-20 15:20:06 +02:00
2022-07-05 14:45:22 +02:00
2020-09-16 15:07:08 +02:00
2021-08-09 11:54:38 +02:00
2020-03-23 14:44:23 +01:00
2022-07-05 11:06:30 +02:00
2022-06-30 13:49:22 +02:00
2022-02-22 15:45:36 +05:30
2021-06-18 20:26:42 +02:00
2021-06-18 20:26:42 +02:00
2021-06-14 20:51:02 +02:00
2022-07-05 08:23:38 +00:00
2022-06-21 14:31:16 +02:00
2022-03-05 09:00:04 +01:00
2022-04-27 18:44:55 +02:00
2022-01-18 10:11:27 +01:00

headline

🏖 From July 7th due to Summer Vacations for some of the maintainers, expect the project to move a little slower than normal, and support to be limited. Normal service will resume on August 8th 🏝

Backstage

License CNCF Status Main CI Build Discord Code style Codecov

What is Backstage?

Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly — without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software (microservices, libraries, data pipelines, websites, ML models, etc.)
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organizations best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstages customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. Read the announcement here.

Project roadmap

A detailed project roadmap, including already delivered milestones, is available here.

Getting Started

Check out the documentation on how to start using Backstage.

Documentation

Community

License

Copyright 2020-2022 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues via Spotify's bug-bounty program rather than GitHub.

For further details please see our complete security release process.

S
Description
Copy of backstage/backstage from Spotify Backstage
Readme Apache-2.0 1.3 GiB
Languages
TypeScript 93.9%
MDX 2%
JavaScript 2%
CSS 1.5%
Handlebars 0.3%