Skip to content

Commit

Permalink
feat: Remove backend plugins and use proxy instead
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido committed Jan 31, 2023
1 parent e5b0996 commit 5999be5
Show file tree
Hide file tree
Showing 27 changed files with 409 additions and 660 deletions.
3 changes: 3 additions & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ proxy:
'/test':
target: 'https://example.com'
changeOrigin: true
'/quay/api':
target: 'https://quay.io'
changeOrigin: true

# Reference documentation http://backstage.io/docs/features/techdocs/configuration
# Note: After experimenting with basic setup, use CI/CD to generate docs
Expand Down
2 changes: 2 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Component
metadata:
name: janus-idp-backstage-plugins
description: An example of a Backstage application.
annotations:
quay.io/repository-slug: operate-first/service-catalog
spec:
type: website
owner: group:janus-idp
Expand Down
69 changes: 0 additions & 69 deletions plugins/quay-backend/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions plugins/quay-backend/backstage.json

This file was deleted.

19 changes: 0 additions & 19 deletions plugins/quay-backend/config.d.ts

This file was deleted.

46 changes: 0 additions & 46 deletions plugins/quay-backend/package.json

This file was deleted.

1 change: 0 additions & 1 deletion plugins/quay-backend/src/index.ts

This file was deleted.

17 changes: 0 additions & 17 deletions plugins/quay-backend/src/run.ts

This file was deleted.

37 changes: 0 additions & 37 deletions plugins/quay-backend/src/service/router.test.ts

This file was deleted.

66 changes: 0 additions & 66 deletions plugins/quay-backend/src/service/router.ts

This file was deleted.

41 changes: 0 additions & 41 deletions plugins/quay-backend/src/service/standaloneServer.ts

This file was deleted.

Loading

0 comments on commit 5999be5

Please sign in to comment.