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

Charts[Gateway] Add Gateway API Route For Hedera Explorer #340

Closed
Tracked by #111
leninmehedy opened this issue Sep 14, 2023 · 3 comments · Fixed by #466
Closed
Tracked by #111

Charts[Gateway] Add Gateway API Route For Hedera Explorer #340

leninmehedy opened this issue Sep 14, 2023 · 3 comments · Fixed by #466
Assignees
Labels
Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. released
Milestone

Comments

@leninmehedy
Copy link
Member

Feature to Enhance

Need to be able to to expose hedera-explorer using a Gateway Port

Requested Enhancement

Expose a port for hedera-explorer through Gateway API. For now we can expose it at 8888

Business Need

This enables users to view the hedera-explorer running within the cluster.

Additional Context

No response

@leninmehedy leninmehedy added Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. Pending Triage New issue that needs to be triaged by the team labels Sep 14, 2023
@leninmehedy leninmehedy self-assigned this Sep 14, 2023
@leninmehedy leninmehedy moved this to 🔖 Ready in FST Suite Sep 14, 2023
@leninmehedy leninmehedy moved this from 🔖 Ready to 🏗 In progress in FST Suite Sep 14, 2023
@nathanklick nathanklick added this to the v0.9.x milestone Sep 14, 2023
@leninmehedy leninmehedy moved this from 🏗 In progress to 🔖 Ready in FST Suite Sep 15, 2023
@nathanklick nathanklick modified the milestones: v0.9.x, v0.11.x Oct 12, 2023
@leninmehedy leninmehedy removed the Pending Triage New issue that needs to be triaged by the team label Oct 19, 2023
@leninmehedy leninmehedy assigned qnswirlds and unassigned leninmehedy Oct 20, 2023
@leninmehedy
Copy link
Member Author

leninmehedy commented Oct 23, 2023

Here are some existing routes for reference: https://github.com/hashgraph/full-stack-testing/tree/main/charts/fullstack-deployment/templates/gateway-api

We need to add httproute in a new yaml file: hedera-explorer-routes.yaml similar to envoy-grpc-web-routes.yaml
`

@leninmehedy
Copy link
Member Author

Currently we can expose the svc/fst-hedera-explorer directly as below:

kubectl port-forward svc/fst-hedera-explorer 8888:80

and view in the browser as below:

Image

qnswirlds added a commit that referenced this issue Oct 27, 2023
@qnswirlds qnswirlds moved this from 🔖 Ready to 👀 In review in FST Suite Oct 27, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in FST Suite Oct 27, 2023
@swirlds-automation
Copy link
Contributor

🎉 This issue has been resolved in version 0.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. released
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants