You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEFAULT_CREDENTIALS.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,12 @@ This document explains the default credentials for HashiQube.
5
5
## Default Credentials
6
6
7
7
HashiQube comes with default credentials for easier setup:
8
+
Because HashiQube was initially a Vagrant machine, the defauklt user is vagrant. In fact HashiQube can still be run as a Vagrant VM, or as a Docker container using Vagrant, and as a Dev Container using VSCode locally or Githib's Codespaces.
8
9
9
-
-**Ubuntu User**:
10
-
- Username: `ubuntu`
10
+
See the Dockerfile where the vagrant user is created
11
+
12
+
-**Vagrant User**:
13
+
- Username: `vagrant`
11
14
- Password: `vagrant`
12
15
13
16
-**Vault**:
@@ -35,8 +38,8 @@ If you encounter SSH certificate permission issues, you can:
35
38
1. Use password-based authentication with the default credentials
0 commit comments