Frank Kong
Frank Kong
### 📜 Description When a scaffolder task with link and text outputs is successfully executed, the resultant view of the task is unusable due to the log stream viewer component...
### 📜 Description Many of the scaffolder endpoints are exposed and not protected by the permission framework, which allows users without the scaffolder permissions to access and modify scaffolder resources....
## Hey, I just made a Pull Request! Added the following new permissions to the scaffolder: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` Modified the frontend to accommodate to the new...
### Description Adds a custom catalog processor that creates relations between catalog entities and the scaffolder templates that created them based on the `spec.scaffoldedFrom` field in the `catalog-info.yaml` of the...
### Description Add initial common package for the audit logging Fixes: [RHIDP-2287](https://issues.redhat.com/browse/RHIDP-2287)
### What do you want to improve? We need detailed instructions on how to configure and dynamically install the janus-idp plugins into a backstage instance that supports [dynamic plugins](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/dynamic-plugins.md). ###...
### What do you want to improve? The OCM frontend error card ### What is the current behavior? Currently when the OCM backend is unavailable, the OCM frontend outputs an...
## Description This Pull Requests tests applying the additional scaffolder permissions package changes as a patch using `yarn patch-package` to test [RHIDP-2324](https://issues.redhat.com/browse/RHIDP-2324) ## Testing Instructions The new permissions add the...
### Describe the bug Currently the backend [creates a new backstage identity](https://github.com/janus-idp/backstage-showcase/blob/e524269b660f581c92e9cf5ffe5569960199f949/packages/backend/src/plugins/auth.ts#L38-L51) for the user if no matching user entity is found in the catalog.  However this identity isn't...
### What do you want to improve? We need documentation for configuring TLS for backstage. Many institutions and organizations have their own CA certification for traffic in their internal networks,...