Commit Graph

51 Commits (f7dbf2a532aebec4fbd39b2329ef3dbebeaa9997)

Author SHA1 Message Date
Johan Brandhorst-Satzkorn f69fbf2255
feat(proto): Format protobuf files with buf (#2033)
4 years ago
Jeff Mitchell 4cf2a87e8d
Update targets to new listing method (#2045)
4 years ago
Johan Brandhorst-Satzkorn 7f9b294a7e
refact(all): Use testing.TB for test helpers
4 years ago
Timothy Messier c8be4a9890 refact(target): Switch subtype attributes to oneof
4 years ago
Johan Brandhorst-Satzkorn b1d6a1da9a
Switch to buf for protobuf generation (#1944)
4 years ago
Jim 591ec476e7
refactor: Update internal/db and oplog to use go-dbw package for database operations. (#1785)
4 years ago
Timothy Messier c9b99306e1
refact(target): Add NewFunc to registry
4 years ago
Timothy Messier 1b7cfb1704
feat(target): Add support for credential library validation
5 years ago
Timothy Messier 2cc58ff901
refact(target): Change repository to take CredentialLibraries
5 years ago
Timothy Messier 24c6c329fe
chore(target): Remove unused option support from repo Create
5 years ago
Timothy Messier b5fbf9608e
refact(target): Remove old TargetType (#1618)
5 years ago
Timothy Messier eac433f7ff
refact(target): Move tcp into subpackage
5 years ago
Jim 8d6dee09a9
refact: Add db.DB wrapper and refact all test fixtures to use it. (#1535)
5 years ago
Jim 136ac00b49
refact: Changes required for gorm v2 (#1528)
5 years ago
Jeff Mitchell 7fc712de44 Bump protoc
5 years ago
Jeff Mitchell 2649d1b966
Move protooptions to sdk/pbs (#1486)
5 years ago
Todd Knight 39cc245966
Make gen after make tools. Includes make fmt of existing non generated files. (#1438)
5 years ago
Jeff Mitchell f8a51b987c
Migrate target host sets -> host sources (#1424)
5 years ago
s-christoff 6b78108ecf
Update primary error functions to take a context, deprecate old functions (#1358)
5 years ago
Jeff Mitchell ab6f3eaeb4
Migrate credential-library nomenclature around targets to credential-source (#1413)
5 years ago
Michael Gaffney df35699c4e
Integrate with Vault to retrieve and manage per session credentials (#1308)
5 years ago
Michael Gaffney 21033a6174
Refactor: multiple rename to fix the spelling of subtype (#1227)
5 years ago
Michael Gaffney 95e5db3aa3
Fix godoc wording
5 years ago
Jim 358f5a61fb
bump protoc to v3.15.8 (#1147)
5 years ago
Jeff Mitchell be10cc4b42
Update grpc/proto deps (#1136)
5 years ago
Michael Gaffney aafbada3ae
Remove calls to `t.Helper()` from test methods (not helpers) (#1063)
5 years ago
Jeff Mitchell fcbf372881
Bump proto/grpc deps (#1017)
5 years ago
Eth3rn4lBl4ck 34ee5d3371
Inclusion of create target error description (#966)
5 years ago
Jeff Mitchell 6cd97a4a6e
Add support for recursive listing (#885)
5 years ago
Louis Ruch 558f9220a5
ICU-744/Refactor internal/target to new domain errors (#865)
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
Jeff Mitchell 84c617dc49 Run make gen after the gofumpt update
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
Jeff Mitchell 11b821a200
Bump deps (#818)
5 years ago
Jim af6ef1b687
Refactor existing sentinel errors (#774)
6 years ago
Jeff Mitchell 813d21565f
Allow authorize-session to be invoked with target name (#737)
6 years ago
Jim 1e71c55920
deprecate access to underlying *sql.DB via internal/db.DB() (#506)
6 years ago
Jeff Mitchell 31fe9292b3
Instantiate default resources (#425)
6 years ago
Jeff Mitchell edffc7863d
Change connection limit to -1 for unlimited so it works with TF (#383)
6 years ago
Jeff Mitchell 5bf555cca2
Remove connection idle timeout seconds for now (#379)
6 years ago
Jeff Mitchell 0a3f9b8357
Rename connection idle timeout duration -> seconds and sessions max duration -> seconds (#376)
6 years ago
Jeff Mitchell 62baef1b7e
Add multi connection parameters through targets and into session creation (#375)
6 years ago
Jeff Mitchell 07a7e9750a
Tie together the database-driven session handling with the worker and add relevant CLI comands (#370)
6 years ago
Jeff Mitchell f4ad22b247
Move default port to a TCP target attribute (#361)
6 years ago
Jim 96e4b1cdba
add option db.WithSkipVetForWrite(true) so the db tests don't get intercepted by app validation (#332)
6 years ago
Jim 3d944a616f
fix name typo (#330)
6 years ago
Todd Knight 544e78b593
Target Handler and SDK CRUDL & add|set|remove-host-sets methods. (#310)
6 years ago