Commit Graph

164 Commits (5bb13e71fe78f2db2d3ca2c6fb1e930f7510e1e5)

Author SHA1 Message Date
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
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
Jeff Mitchell 316b250a24
Use dockertest v3 consistently (#167)
6 years ago
Todd Knight c017da7087
Add ListUsers handler implementation. (#160)
6 years ago
Jim d0a846823a
support for NewOplogMsgs() option when calling CreateItems and DeleteItems (#158)
6 years ago
Jeff Mitchell c965cf1bc5
Attempt to fix content-length header in index (#159)
6 years ago
Todd Knight 9a1539867e
Adding SDK ability to do CRUD operations on groups and roles under the project scope. (#157)
6 years ago
Jeff Mitchell 8da4effd5e
Add mechanism for bundling UI assets. (#153)
6 years ago
Jim 8d8bb42418
add CreateItems and DeleteItems to writer interface (#156)
6 years ago
Todd Knight 8399764442
Roles and Groups Handlers Support Project Scope (#154)
6 years ago
Jim 3e3144117e
iam and auth integration (#144)
6 years ago
Jim 9a87df38c7
add CreateItems() and DeleteItems() (#146)
6 years ago
Michael Gaffney d69588131c
Fix for panic in db.setFieldsToNil (#155)
6 years ago
Todd Knight 08e9a027fa
API for authenticate/deauthenticate (#151)
6 years ago
Jeff Mitchell d8f11af4d7
Move actions, resource (types), and scopes to packages. (#149)
6 years ago
Jeff Mitchell 9d1d0ba08e
Simplify UI passthrough logic (#148)
6 years ago
Jeff Mitchell 16b56a37ed Rename base.New -> base.NewCommand for clarity
6 years ago
Jeff Malnick 8afcbd4c8e
Add config CLI command and encrypt/decrypt sub-commands (#77)
6 years ago
Jeff Mitchell 8de5371499
Enable UI handling logic with dev passthrough directories. (#145)
6 years ago
Jim 6641244734
add support for WithVersion option to updates (#126)
6 years ago
Michael Gaffney c110c86ee5
Add function to check if db error is a check constraint violation (#142)
6 years ago
Jeff Malnick 6c2a17c845
feat: use root path for passthrough (#141)
6 years ago
Jeff Mitchell 993a6f1680
Remove "projects" from grant strings (#143)
6 years ago
Todd Knight a02222c1f0
Adding List functionality for projects. (#140)
6 years ago
Todd Knight 0c8385b423
Updating TxHandler to accept a reader as well in order to support reads inside the same transactions as writes. (#139)
6 years ago
Michael Gaffney 6908f7a7a2
Use standard column names (#138)
6 years ago
Todd Knight 766c174fe9
Implement List Groups (#133)
6 years ago
Todd Knight 5b1e4a680d
Create Role CUDLR API and SDK (#135)
6 years ago