Fixes SNYK-JS-FASTXMLPARSER-5668858 by upgrading aws-sdk dependencies to their latest version. The upgrade of `fast-xml-parser` to version 4.2.4 (or higher) was included in release v3.347.1 of the aws-sdk. Latest release is v3.350.0, however, not for all packages. The previous version's requirement would have allowed to use a newer version of the aws-sdk to fix it locally to a backstage project setup. This change will enforce a version including the fix. Closes: #18164 Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
Kubernetes Backend
This is the backend part of the Kubernetes plugin for Backstage. It is called by and responds to requests from the frontend @backstage/plugin-kubernetes plugin.
It directly interfaces with the Kubernetes API control plane to obtain information about objects that will then be presented at the front end.
Introduction
See our announcement blog post New Backstage feature: Kubernetes for Service Owners to learn more about the motivation behind developing the plugin.
Setup & Configuration
This plugin must be explicitly added to a Backstage app, along with it's peer frontend plugin.
The plugin requires configuration in the Backstage app-config.yaml to connect to a Kubernetes API control plane.
In addition, configuration of an entity's catalog-info.yaml helps identify which specific Kubernetes object(s) should be presented on a specific entity catalog page.
For more information, see the formal documentation about the Kubernetes feature in Backstage.