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
{{ message }}
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,17 +68,31 @@ $ cd dev
68
68
dev $ ./start.sh
69
69
```
70
70
71
-
This will drop you into a bash shell in a container called `cli`. The sandbox also includes a Postgres container and Conjur server container. The environment is already setup to connect the CLI to the server:
71
+
This will drop you into a bash shell in a container called `cli`.
72
+
73
+
The sandbox also includes a Postgres container and Conjur server container. The
74
+
environment is already setup to connect the CLI to the server:
72
75
73
76
***CONJUR_APPLIANCE_URL**`http://conjur`
74
77
***CONJUR_ACCOUNT**`cucumber`
75
78
76
-
You can obtain the API key for the role `cucumber:user:admin` from the Docker logs of the Conjur container. Use it to login:
79
+
To login to conjur, type the following and you'll be prompted for a password:
77
80
78
81
```sh-session
79
82
root@2b5f618dfdcb:/# conjur authn login admin
80
83
Please enter admin's password (it will not be echoed):
81
-
Logged in
84
+
```
85
+
86
+
The required password is the API key at the end of the output from the
87
+
`start.sh` script. It looks like this:
88
+
89
+
```
90
+
=============== LOGIN WITH THESE CREDENTIALS ===============
91
+
92
+
username: admin
93
+
api key : 9j113d35wag023rq7tnv201rsym1jg4pev1t1nb4419767ms1cnq00n
0 commit comments