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 documentation is inconsistent: it talks about InjectedIdentity but does not offer it as Source
What happened?
Especially InjectedIdentity is interesting for us since we created a managed identity, with federated credentials and bound it to a service account, under which the provider should run. How can we achieve this?
We tried also:
UserAssignedManagedIdentity
SystemAssignedManagedIdentity
with the necessary info supplied (i.e. subscriptionID, tenantID, ...), after claiming a resource the error messages are all quite similar:
apiVersion: management.azure.upbound.io/v1beta1kind: ManagementGroupmetadata:
...
name: xp-testforProvider:
displayName: xp-testproviderConfigRef:
name: provider-azurestatus:
atProvider: {}conditions:
- lastTransitionTime: "2024-06-25T15:48:38Z"message: 'connect failed: cannot initialize the Terraform plugin SDK async external client: cannot get terraform setup: failed to configure the no-fork Azure client: failed to configure the provider: [{0 building account: could not acquire access token to parse claims: ManagedIdentityAuthorizer: failed to request token from metadata endpoint: received HTTP status 400 with body: {"error":"invalid_request","error_description":"Identity not found"} []}]'reason: ReconcileErrorstatus: "False"type: Synced
Relevant Error Output Snippet
No response
Crossplane Version
1.16.0
Provider Version
1.3.0
Kubernetes Version
Client Version: v1.28.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.2
Is there an existing issue for this?
Affected Resource(s)
No response
Resource MRs required to reproduce the bug
Steps to Reproduce
The documentation is inconsistent: it talks about InjectedIdentity but does not offer it as Source
What happened?
Especially
InjectedIdentity
is interesting for us since we created a managed identity, with federated credentials and bound it to a service account, under which the provider should run. How can we achieve this?We tried also:
UserAssignedManagedIdentity
SystemAssignedManagedIdentity
with the necessary info supplied (i.e.
subscriptionID
,tenantID
, ...), after claiming a resource the error messages are all quite similar:Relevant Error Output Snippet
No response
Crossplane Version
1.16.0
Provider Version
1.3.0
Kubernetes Version
Client Version: v1.28.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.2
Kubernetes Distribution
AKS
Additional Info
You may want to add
InjectedIdentity
here:provider-upjet-azure/apis/v1beta1/types.go
Lines 55 to 57 in ade234d
The text was updated successfully, but these errors were encountered: