Skip to content

Commit ac7d9b7

Browse files
committed
style guide fixes
1 parent 231f273 commit ac7d9b7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Docker Deployment
22

3-
This directory contains an example deployment of Boundary using docker-compose
4-
and Terraform. The lab environment is meant to accompany the Hashicorp Learn
5-
[Boundary event logging
6-
tutorial](https://developer.hashicorp.com/boundary/tutorials/self-managed-deployment/event-logging).
3+
This directory contains an example deployment of Boundary using docker-compose and Terraform. The lab environment accompanies the Hashicorp Learn [Boundary event logging tutorial](https://developer.hashicorp.com/boundary/tutorials/self-managed-deployment/event-logging).
74

8-
In this example, Boundary is deployed using the
9-
[hashicorp/boundary](https://hub.docker.com/r/hashicorp/boundary) Dockerhub
10-
image. The Boundary service ports are forwarded to the host machine to mimic
11-
being in a "public" network.
5+
In this example, Boundary is deployed using the [hashicorp/boundary](https://hub.docker.com/r/hashicorp/boundary) Dockerhub image. The Boundary service ports are forwarded to the host machine to mimic being in a "public" network.
126

137
This deployment includes the following containers:
148

@@ -52,7 +46,7 @@ Login to the UI:
5246
- Auth method ID: find this in the UI when selecting the auth method or from TF output
5347

5448
```bash
55-
$ boundary authenticate password -login-name user1 -password password -auth-method-id <get_from_console_or_tf>
49+
$ boundary authenticate password -login-name user1 -password password -auth-method-id <get_id_from_console_or_tf>
5650

5751
Authentication information:
5852
Account ID: apw_gAE1rrpnG2
@@ -62,6 +56,7 @@ Authentication information:
6256
```
6357

6458
## Audit logs and ELK
59+
6560
The boundary controller is configured to write out audit events to a log file,
6661
`auditevents/controller.log`. The docker-compose.yml provides services for
6762
collecting and shipping these logs to elasticsearch with kibana for

0 commit comments

Comments
 (0)