Commit Graph

247 Commits (jeff-migrate-debugging)
 

Author SHA1 Message Date
Jeff Mitchell a72a9426de Add some debugging work
6 years ago
Jeff Mitchell 2ca7e0b88e Fix some linting complaining
6 years ago
Jeff Mitchell 322b13ae98
Standardize static group -> group naming (#236)
6 years ago
Todd Knight 3204e54dc2
Add lookup, list, update, and delete methods for auth methods. (#230)
6 years ago
Todd Knight 41b2d36d98
AuthToken Tests now use recently added TestAuthMethod and TestAccount (#226)
6 years ago
Michael Gaffney 5ceb335466
Rehash credential during authentication if config has change (#234)
6 years ago
Jeff Malnick 8f5c364bde
docs: refactor architecture section to be more aligned with other docs sites (#235)
6 years ago
Michael Gaffney 6c679a9939
Add password authentication using Argon2 (#227)
6 years ago
Michael Gaffney 87492816cb
Replace immutable_create_time_func with immutable_columns (#231)
6 years ago
Jim cb89422d9d
define immutable fields including PKs. (#205)
6 years ago
Michael Gaffney 5e8179c6fb
Allow lookupAfterWrite for resources with Private Ids (#229)
6 years ago
Michael Gaffney c163d790a4
Add configuration settings for Argon2 password KDF (#217)
6 years ago
Jeff Malnick c3c07f1556
ci: add slack integration for master branch failures (#223)
6 years ago
Todd Knight e943220468
Add Delete Password Accounts to repo. (#220)
6 years ago
Michael Gaffney 76abd4f3b4
Update comments to use "base type" instead of "abstract" (#222)
6 years ago
Todd Knight a0bed2b5d7
Truncate instead of round timestamps so our tests that require a time to pass can succeed. (#224)
6 years ago
Todd Knight 25514fb553
Fix a failing test due to time resolutions mismatch. (#221)
6 years ago
Jeff Mitchell 194db3a6d8 make proto
6 years ago
Jeff Malnick 62e2d6cce1
docs: add domain model docs (#218)
6 years ago
Jeff Mitchell c0f3a72bac go mod tidy
6 years ago
Jeff Malnick ccb19caf1e
test: add ability to run tests in ci as status checks (#219)
6 years ago
Jeff Malnick 4fa8c5415b
docs: add docs site outline with placeholder files (#215)
6 years ago
Todd Knight 37d8f78091
Lookup and List Repo Methods for Password Auth Accounts (#216)
6 years ago
Michael Gaffney 7897c1cf52
Add base resources for password authentication (#213)
6 years ago
Michael Gaffney e03a0ff9d7
Simplify SetTableName pattern (#214)
6 years ago
Todd Knight f47046f158
Update Watchtower to use grpc-gateway v2 (#204)
6 years ago
Todd Knight 6de1f7ee16
Auth Token Read/List/Delete handler and Go SDK (#199)
6 years ago
Jeff Mitchell 65dc095fbc Remove another duplicated entry
6 years ago
Jeff Mitchell b1937c3b18 Remove duplicated inject tag statement in Makefile
6 years ago
Todd Knight ed05652729
Add Handlers for Add/Set/Remove Group Members (#209)
6 years ago
Michael Gaffney 799242fce4
Bump deps and run 'make gen' (#212)
6 years ago
Todd Knight 078376da07 Fixing some errors.
6 years ago
Jeff Mitchell e8325a9f59
Don't rely on token for scopes collection actions (#210)
6 years ago
Jeff Mitchell 2bbc1163c4
Save the entire token, not just the ID (#211)
6 years ago
Jeff Mitchell 995b76bbc5 Fix error that slipped in during review in #206
6 years ago
Jeff Mitchell 388a13b10d
Convert scopes to the new paradigm (#206)
6 years ago
Michael Gaffney ebf69bbd27
Fix error string for lookupAfterWrite (#208)
6 years ago
Todd Knight 168ae3a726
Create MaskManager to guarantee wire/storage update mask consistency (#121)
6 years ago
Jeff Mitchell 982693d8f5 Update tests
6 years ago
Jeff Mitchell dec1f07266 Update deps and make proto
6 years ago
Jim c83e90ed38
implement SetTableName patttern that allows table name to be set back to the default for the storage type. (#196)
6 years ago
Jeff Mitchell fa5f45260b Bump Vault dep
6 years ago
Todd Knight 5bb13e71fe
Include Principals and Grants on Roles When Updating the Role. (#203)
6 years ago
Jeff Mitchell 99653727bb
Migrate grants to more structured output (#194)
6 years ago
Jeff Mitchell 1a1d3058c9
Move verification to a shared package (#197)
6 years ago
Jeff Escalante 1514ee1e27
add website template (#200)
6 years ago
Todd Knight 5826bf42fd
Fixing api test cases. (#201)
6 years ago
Jim 4dfc41514b
refactor direct sql into query.go (#192)
6 years ago
Jim 1bebe7a261
Convert option db.WithVersion to *uint32 (#195)
6 years ago
Todd Knight 28dbcd84bd
Authenticate Handler API and SDK, and much more (#183)
6 years ago