chore(cmd): fix initial alias doc (#4484)

pull/4485/head
Irena Rindos 2 years ago committed by GitHub
parent f7631edcab
commit 5a93a7e9a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -613,9 +613,9 @@ func (b *Server) CreateInitialTargetWithHostSources(ctx context.Context) (target
}
// Create targets that can be connected to using an alias. The three targets created are:
// - "example.alias": the Boundary dev postgres instance. Uses brokered credentials
// - "postgres.boundary.dev": the Boundary dev postgres instance. Uses brokered credentials
// - "www.hashicorp.com": a web target
// - "ssh.alias": A localhost ssh target
// - "ssh.boundary.dev": A localhost ssh target
func (b *Server) CreateInitialTargetsWithAlias(ctx context.Context) error {
rw := db.New(b.Database)

Loading…
Cancel
Save