twanbeeren

Results 4 comments of twanbeeren

We're facing the same issue right now. How do we upgrade an environment without upgrading other environments while using ApllicationSet

Still no update on this? It would be really helpful

Do you need to set a profile.email? Like so ``` apiVersion: backstage.io/v1alpha1 kind: User metadata: name: tbeeren spec: profile: displayName: TwanBeeren email: [email protected] memberOf: [guests] ``` Maybe this helps

Just to clarify here: It is only necessary to make changes in the app-config.yaml? My app-config.yaml ``` catalog: providers: microsoftGraphOrg: providerId: target: https://graph.microsoft.com/v1.0 authority: https://login.microsoftonline.com clientId: ${AZURE_CLIENT_ID} clientSecret: ${AZURE_CLIENT_SECRET} tenantId:...