mirror of https://github.com/hashicorp/boundary
parent
5a2c0db586
commit
32dd594029
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Domain Model - Session Connections
|
||||
description: |-
|
||||
The anatomy of a Boundary session connection
|
||||
---
|
||||
|
||||
# Session Connections
|
||||
A session connection represents an authorized proxy between a [user][] and a [host][]. After the creation of a
|
||||
[session][], a user initiates a connection to a [target][] using the Boundary-provided
|
||||
proxy information and [credentials][] (if applicable).
|
||||
|
||||
Users can create multiple connections to a [target][], so long as the [session][] has not expired or reached its maximum
|
||||
number of connections.
|
||||
|
||||
Session connections terminate on user exit from the proxy, or on termination of the [session][].
|
||||
|
||||
## Referenced By
|
||||
|
||||
- [Session][]
|
||||
|
||||
[credentials]: /docs/concepts/domain-model/credentials
|
||||
[host]: /docs/concepts/domain-model/hosts
|
||||
[session]: /docs/concepts/domain-model/sessions
|
||||
[target]: /docs/concepts/domain-model/targets
|
||||
[user]: /docs/concepts/domain-model/users
|
||||
Loading…
Reference in new issue