Commit Graph

184 Commits (02fabe21c541ec0f53bd530cb80e76e2a2d79bc0)

Author SHA1 Message Date
Jeff Mitchell 2ed1643e3a
Dep updates (pgx, dktest) (#956)
5 years ago
Lars Lehtonen 35eadd6e40
internal/db/schema: fix dropped test error (#948)
5 years ago
Jeff Mitchell e0099b4b85
Fix migration for Postgres 11 (#940)
5 years ago
s-christoff 6623be8bfb
Refactor internal/auth to return domain specific errors (#905)
5 years ago
s-christoff 81785e139f
[enhancement] Refactor authtoken repo to return domain specific errors (#876)
5 years ago
Todd Knight 57d4bf2bfd
Removing dev migration feature and checks (#892)
5 years ago
Todd Knight 955ae41215
Support upgrading from old migration table name (#889)
5 years ago
Jeff Mitchell 3461dcbd0c
Remove down and dev migrations (#890)
5 years ago
Jeff Mitchell 54b9c8c3dc Add perms-table to `make gen` and commit migrations update
5 years ago
Todd Knight d2bb8820ea
Wrap postgres up migrations into a single transaction (#887)
5 years ago
Jim 1c744c28ab
oidc schema changes. (#874)
5 years ago
Jim f7aad2e0c8
add a new oidc key+ key version for encrypting oidc state payloads returned in auth URLs. (#884)
5 years ago
Todd Knight 1f9fcad1cd
Adding Migrate Command (#872)
5 years ago
Jeff Mitchell 717a3b52ee
Add worker tagging (#862)
5 years ago
Todd Knight ec6151d174 Organize DB Schema Migration Code and DB Init Checks (#842)
5 years ago
Louis Ruch 84656dbfea
ICU-747,ICU-748/refactor internal/oplog and internal/perms to use domain errors (#854)
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 70a5899e99
ICU-739/iam domain error refactor (#841)
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
Louis Ruch ec0020de90
Refactor host_repo -> domain errors (#786)
5 years ago
Todd Knight f6e50006fc
Generate postgres.gen.go using schema version directory structure (#808)
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 547ae7c802
Fix database init when locale isn't english (#736)
6 years ago
Jim dc379ed09f
handle unlimited connections when terminating sessions. (#536)
6 years ago
Jim 09b43e5569
deprecate/remove LookupByName (#530)
6 years ago
Jim bd547fd0d6
terminate a canceled session when its last connection is closed. (#520)
6 years ago
Jeff Mitchell fa700dc002
Add account ID templating (#518)
6 years ago
Jim 19aecfefae
terminate "completed" sessions (#477)
6 years ago
Jeff Mitchell 6ddfe407a3
Update allowed formats of ACL strings (#508)
6 years ago
Jim 1e71c55920
deprecate access to underlying *sql.DB via internal/db.DB() (#506)
6 years ago
Michael Gaffney a9e806b673
Data warehouse (#475)
6 years ago
Jeff Mitchell cefea936c3
Update ACLs to allow type=*. (#504)
6 years ago
Jeff Mitchell a38f40606e
Create default roles in scopes to allow authentication and listing scopes/auth methods (#502)
6 years ago
Jeff Mitchell c1a1f8bb1b
Separate out docker dep into package (#482)
6 years ago
Jeff Mitchell bec3d702fb
Add -database-url to dev mode (#459)
6 years ago
Jim 978f7dc34c
fix immutable columns for session_state and session_connnection_state (#449)
6 years ago
Jim 21ca0b6388
SetAssociatedAccounts, DisassociateAccounts, AssociateAccounts with support for multiple accounts. (#439)
6 years ago
Michael Gaffney 36d465476c
Name all the check constraints in the database (#410)
6 years ago
Jim 57da9f918e
cancel a session when one of its FKs is set to null (#406)
6 years ago
Michael Gaffney f0c84de49c
Disambiguate auth_account scope_id by adding iam_user_scope_id column (#407)
6 years ago
Jeff Mitchell dd06615c2e
Add database initialization command (#400)
6 years ago
Jeff Mitchell 7e3c174b70
Disallow deletion of r_default (#398)
6 years ago
Jeff Mitchell f25186f78a
Standardize on one spelling of "canceled" (#399)
6 years ago
Michael Gaffney d52fb81e68
Change the default max session for a target to 8 hours (#392)
6 years ago
Jeff Mitchell 7db0e2a5ed Fix database check
6 years ago