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

Added a tip to step 3b of quickstart #592

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

abdelala
Copy link

Added a tip the the user should run the backend as a background process.

Added a tip the the user should run the backend as a background process.

Signed-off-by: Adam Abdelal <[email protected]>
@@ -451,6 +451,7 @@ This output represents the backend response. Now you should be able to make Torn
### Step 3b: Connecting to the Tornjak frontend to access the Tornjak UI

Make sure that the backend is accessible from your browser at `http://localhost:10000`, as above, or the frontend will not work.
- Tip: run kubectl -n spire port-forward spire-server-0 10000:10000 as a background process that way you can access the frontend.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Tip: Make sure the above command is running in the background or in a separate terminal so that the frontend can access the backend

^ The problem is more about the frontend accessing the backend properly than about the user accessing the frontend

Go version updated to 1.23

Signed-off-by: Adam Abdelal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants