Commit Graph

229 Commits (docs-project-resource)
 

Author SHA1 Message Date
Jeff Malnick 64d84c285b docs: add domain model docs
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
Jeff Mitchell acce195dcb
Organizations -> orgs consistency (#189)
6 years ago
Jim e1afed75ff
fix dbMask and role tests... (#188)
6 years ago
Todd Knight 847ca1cc78
Grant management added to Roles API and SDK (#185)
6 years ago
Jim 260703febe
add group member capabilities (#178)
6 years ago
Jeff Mitchell c657e4b9fc
Fix test broken through various merges (#186)
6 years ago
Jeff Mitchell f30d4d08ef
Pass grant scope ID through API handlers (#184)
6 years ago
Jeff Mitchell bcdcaffa6f
Port over 162 and 165 to master (#176)
6 years ago
Todd Knight 1ddc59f81e
Adding principal custom methods to roles handler. (#180)
6 years ago
Jim 136e923583
make iam_role scope_id immutable (#179)
6 years ago
Jeff Mitchell 732c07126d
Introduce global scope (#168)
6 years ago
Jim 6c1b45f7f5
add principal roles (users and groups) to iam (#163)
6 years ago
Todd Knight beea32b8c8
Fixing test that was missed with PR #171. (#175)
6 years ago
Todd Knight 2ce9affeea
Don't use repo to check impossible token requests and repo doesn't return error on token value mismatch. (#171)
6 years ago
Jeff Mitchell 4decf9502a Fix handler test by moving it to a new file with a build tag
6 years ago
Jeff Mitchell 8987d8d435
Separate out ui handler under build tag (#170)
6 years ago
Todd Knight c44a4c4795
Tools for auth token interception and authentication (#152)
6 years ago
Todd Knight f69d6b9952
Creating Auth Token Repo (#125)
6 years ago
Todd Knight bb4a185412
Pushing test db cleanup up to where the database objects are created using t.Cleanup. (#166)
6 years ago