Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Server] [UI] Meshery Catalog Extension not enabled for Local Provider by default #10940

Open
leecalcote opened this issue May 13, 2024 — with Slack · 1 comment
Open
Assignees
Labels
component/extensions Issues related to extension points component/server issue/willfix This issue will be worked on kind/bug Something isn't working language/go Issues or pull requests that use Golang

Comments

Copy link
Member

leecalcote commented May 13, 2024

Current Behavior

When using the Local provider the Catalog extension is not being auto-enabled.

Desired Behavior

This extension is set to enabled by default irrespective of Provider.

Screenshot 2024-05-13 at 4 02 17 PM

Environment

  • Browser: Safari
  • Host OS: Mac
  • Meshery Server Version: stable-v0.7.55

Server Logs

Filters were seeded.

cd server; cd cmd; go mod tidy; \
	BUILD="v0.7.55" \
	PROVIDER_BASE_URLS="https://meshery.layer5.io" \
	PORT=9081 \
	DEBUG=true \
	ADAPTER_URLS="localhost:10000 localhost:10001 localhost:10012 localhost:10013" \
	APP_PATH="./apps.json" \
	KEYS_PATH="../../server/permissions/keys.csv" \
	go run main.go error.go;
INFO[2024-05-13T16:51:46-05:00] Local Provider capabilities are: Not Set      app=meshery
INFO[2024-05-13T16:51:46-05:00] Meshery Server release channel is: Not Set    app=meshery
INFO[2024-05-13T16:51:46-05:00] Meshery Database is at: /Users/lee/.meshery/config  app=meshery
INFO[2024-05-13T16:51:46-05:00] Using kubeconfig at: /Users/lee/.kube         app=meshery
INFO[0000] Log level: debug
INFO[2024-05-13T16:51:47-05:00] extracting Patterns from /Users/lee/.meshery/content/patterns  app=meshery
INFO[2024-05-13T16:51:47-05:00] seeding sample Patterns                       app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: IstioFilterPattern.yaml      app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: IstioSPIRE.yaml              app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookInfo.yaml                app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookInfoPattern.yaml         app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookInfoPatternForCatalog.yaml  app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookstore.yaml               app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: emojivoto.yaml               app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: installLinkerd.yaml          app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: istioInstallationForCatalog.yaml  app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: istioinstall.yaml            app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: minimalistiobookinfo.yaml    app=meshery
INFO[2024-05-13T16:51:47-05:00] Meshery Server listening on: 9081             app=meshery
INFO[2024-05-13T16:51:48-05:00] extracting Filters from /Users/lee/.meshery/content/filters/binaries  app=meshery
INFO[2024-05-13T16:51:48-05:00] seeding sample Filters                        app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: http_auth_bg.wasm             app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: jwt_filter_bg.wasm            app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: metrics_collector_bg.wasm     app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: singleton_http_call_bg.wasm   app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: singleton_queue_bg.wasm       app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: tcp_metrics_bg.wasm           app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: tcp_packet_parse_bg.wasm      app=meshery
INFO[2024-05-13T16:52:19-05:00] extracting Applications from /Users/lee/.meshery/content/applications  app=meshery
INFO[2024-05-13T16:52:19-05:00] seeding sample Applications                   app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: bookinfo                 app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: emojivoto                app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: httpbin                  app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: imagehub                 app=meshery

Contributor Guides and Handbook

Slack Message

@leecalcote leecalcote added component/extensions Issues related to extension points component/server kind/bug Something isn't working language/go Issues or pull requests that use Golang labels May 13, 2024 — with Slack
@leecalcote
Copy link
Member Author

@coding-sleuth, you might like to dig into this...

@leecalcote leecalcote added the issue/willfix This issue will be worked on label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/extensions Issues related to extension points component/server issue/willfix This issue will be worked on kind/bug Something isn't working language/go Issues or pull requests that use Golang
Projects
None yet
Development

No branches or pull requests

2 participants