Commit Graph

57 Commits (02ff2db66e015aed51a2b9d1735dcc8036d9bfba)

Author SHA1 Message Date
Jeff Mitchell ab6f3eaeb4
Migrate credential-library nomenclature around targets to credential-source (#1413)
5 years ago
Jeff Mitchell 528d54b4ad
Add token/userinfo claims to account read output (#1419)
5 years ago
Chris Marchesi 1ebb8efab6
Apply extra review feedback from #1340 (#1400)
5 years ago
Jeff Mitchell ce52acb968 Update strutil import
5 years ago
Jeff Mitchell 140c54e319 Repoint base62 import
5 years ago
Chris Marchesi 5a70875726
internal/servers/controller: Worker failure connection cleanup (#1340)
5 years ago
Jeff Mitchell 2cbcf9a563
Update usage of shared-secure-libs (#1393)
5 years ago
Chris Marchesi 48e55f156a
worker: ensure connections are closed in local state on controller fail (#1369)
5 years ago
Michael Gaffney df35699c4e
Integrate with Vault to retrieve and manage per session credentials (#1308)
5 years ago
Jeff Mitchell b47b71d26c
Refactor connection listing for tests (#1224)
5 years ago
Jeff Mitchell 6f34da8923
Add cleanup of dead connections no longer reported by a worker (#1220)
5 years ago
Michael Gaffney 0b5ac930ac
Fix godoc wording
5 years ago
Michael Gaffney b8831b16f1
Fix some minor godoc problems
5 years ago
Michael Gaffney 88c3fdc043
Fix godoc spelling
5 years ago
Jim 75108cbc8b
Ongoing OIDC: return the primary account info along with the user. (#1145)
5 years ago
Jim dd0f34bc35
Add new OIDC auth method. (#1090)
5 years ago
Michael Gaffney aafbada3ae
Remove calls to `t.Helper()` from test methods (not helpers) (#1063)
5 years ago
Jim c281e808d6
refactor to use WithOrderByCreateTime(...) (#1058)
5 years ago
Louis Ruch 7387cec475
Remove sentinel errors (#968)
5 years ago
Jeff Mitchell c63529e020
Fix WithKeyId after recent PR (#978)
5 years ago
Jeff Mitchell c3684d20db
Fix WithKeyId option (#970)
5 years ago
Louis Ruch 178d4efa64
ICU-745/Refactor internal/session to new domain errors (#877)
5 years ago
Todd Knight 02cd972043
Create Sessions List Self Action (#888)
5 years ago
Jeff Mitchell 6cd97a4a6e
Add support for recursive listing (#885)
5 years ago
Jeff Mitchell 717a3b52ee
Add worker tagging (#862)
5 years ago
Louis Ruch 8151b30ce9
ICU-743/Domain errors internal/kms refactor (#848)
5 years ago
Michael Gaffney 94cb79bbdd
See how Boundary would look with gofumpt applied (#853)
5 years ago
Louis Ruch 4e31fdb10e
Swap assert.Eqaul actual/expected (#849)
5 years ago
Louis Ruch bfbb179741
ICU-738/Refactor internal/db to domain errors (#815)
5 years ago
Jim af6ef1b687
Refactor existing sentinel errors (#774)
5 years ago
Jim a8d75db00a
prevent session state changes after session has terminated. (#540)
5 years ago
Jim dc379ed09f
handle unlimited connections when terminating sessions. (#536)
5 years ago
Jim bd547fd0d6
terminate a canceled session when its last connection is closed. (#520)
6 years ago
Jim 19aecfefae
terminate "completed" sessions (#477)
6 years ago
Jim 1e71c55920
deprecate access to underlying *sql.DB via internal/db.DB() (#506)
6 years ago
Jim 978f7dc34c
fix immutable columns for session_state and session_connnection_state (#449)
6 years ago
Jim 57da9f918e
cancel a session when one of its FKs is set to null (#406)
6 years ago
Jim cfc76eb88f
add support for WithSessionIds in ListSesions (#395)
6 years ago
Jeff Mitchell f25186f78a
Standardize on one spelling of "canceled" (#399)
6 years ago
Jeff Mitchell 1adbe64160
Update some tests that are failing due to 300 nano difference in time comparisons between create and lookup (#393)
6 years ago
Jim b334aeff41
refactor CancelSession and updateStates to be idempotent (#390)
6 years ago
Jeff Mitchell 9cbc7b5c3d
Add connection close call from worker to controller (#387)
6 years ago
Jeff Mitchell 7ff4b7f106
Send connected RPC to controller (#386)
6 years ago
Jeff Mitchell 4669c95999
Pass more session info around, make proxy UX nicer (#385)
6 years ago
Todd Knight e937b0ea27
Sessions Read/List/Cancel API and SDK (#369)
6 years ago
Jeff Mitchell 697ea561e0 Fix breakage from dual merges
6 years ago
Jim 5764b2c70a
return States as a field of Connection repo operations. (#382)
6 years ago
Jeff Mitchell edffc7863d
Change connection limit to -1 for unlimited so it works with TF (#383)
6 years ago
Jeff Mitchell 5214f14105
Work on connection authorization (#381)
6 years ago
Jim 223591d835
return connection authz info from session.AuthorizeConnection (#380)
6 years ago