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

spelling error fixes in README.md file #437

Open
wants to merge 1 commit into
base: gitpod-branch
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@

Important links when using Gitpod

1. Dahboard can be accessible using
url: https://80-<gitpod_genertaed_url>
1. Dashboard can be accessible using
url: https://80-<gitpod_generated_url>
username: <keycloak_username>
password: <keycloak_passowrd>
password: <keycloak_password>

2. Ingestion and spec api's can be accessible using following links
Ingestion: https://80-<gitpod_genertaed_url>/api/ingestion
Spec: https://80-<gitpod_genertaed_url>/api/spec
Ingestion: https://80-<gitpod_generated_url>/api/ingestion
Spec: https://80-<gitpod_generated_url>/api/spec

4. Minio buckets can be accessed using
url: https://9001-<gitpod_genertaed_url>
url: https://9001-<gitpod_generated_url>
username: minioadmin
password: minioadmin

6. Nifi can be accessible using
url: https://8096-<gitpod_genertaed_url>
url: https://8096-<gitpod_generated_url>

7. Keycloak can be accessible using
url: https://80-<gitpod_genertaed_url>/auth
url: https://80-<gitpod_generated_url>/auth
username: <keycloak_username>
password: <keycloak_passowrd>
password: <keycloak_password>


# cQube_devops Installation
Expand Down