Version Packages (next)
This commit is contained in:
@@ -1,5 +1,38 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.17.0-next.3
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d945206: Added support for federated credentials using managed identities in the Azure DevOps integration. Federated credentials are only available for Azure DevOps organizations that have been configured to use Entra ID for authentication.
|
||||
|
||||
```diff
|
||||
integrations:
|
||||
azure:
|
||||
- host: dev.azure.com
|
||||
credentials:
|
||||
+ - clientId: ${APP_REGISTRATION_CLIENT_ID}
|
||||
+ managedIdentityClientId: system-assigned
|
||||
+ tenantId: ${AZURE_TENANT_ID}
|
||||
```
|
||||
|
||||
This also adds support for automatically using the system-assigned managed identity of an Azure resource by specifying `system-assigned` as the client ID of the managed identity.
|
||||
|
||||
```diff
|
||||
integrations:
|
||||
azure:
|
||||
- host: dev.azure.com
|
||||
credentials:
|
||||
- - clientId: ${AZURE_CLIENT_ID}
|
||||
+ - clientId: system-assigned
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.17.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"version": "1.17.0-next.2",
|
||||
"version": "1.17.0-next.3",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
Reference in New Issue
Block a user