Dynatrace / backstage-plugin

Dynatrace Backstage Plugin
Apache License 2.0
20 stars 3 forks source link

feat: new backend system #111

Closed tobigremmer-dt closed 3 months ago

tobigremmer-dt commented 3 months ago

Introduction

Resolves #79

Technical solution before this PR

Plugin was compatible with old Backstage backend system.

Technical solution after this PR

Plugin is compatible with current Backstage backend system.

:heavy_check_mark: Common checklist

tobigremmer-dt commented 3 months ago

Thanks for the contribution!

Changes look fine to me. Could you also add some steps for local development to the readme? I'm not able to start backstage locally without deeper knowledge of the new authenticate service and I get a lot of 401, including the fetch call for the catalog entities.

My apologies, I missed copying an auth config from my local config. app-config.yaml has been updated. Thanks for testing!