Commits on Source (10)
-
Yordan Kinkov authoredfaecc6fb
-
Yordan Kinkov authored4e79f3bd
-
Yordan Kinkov authoredc0f938af
-
Yordan Kinkov authoredc2e83494
-
Yordan Kinkov authored
Extension functions for GetLoginProofInvitation and GetLoginProofResult" Closes #41 See merge request !35
3bab4c93 -
Yordan Kinkov authored9d711eba
-
Yordan Kinkov authored78c70337
-
Yordan Kinkov authored
Update GetloginProofResult function according to changes in OCM client Closes #42 See merge request !36
ef338a74 -
Yordan Kinkov authored4b6bfc7a
-
Yordan Kinkov authored
Handle "scope to credential type" map in GetLoginProofInvitation func Closes #43 See merge request !37
d2f05774
Showing
- cmd/policy/main.go 3 additions, 0 deletionscmd/policy/main.go
- go.mod 6 additions, 6 deletionsgo.mod
- go.sum 19 additions, 16 deletionsgo.sum
- internal/config/config.go 5 additions, 0 deletionsinternal/config/config.go
- internal/regofunc/ocm.go 104 additions, 0 deletionsinternal/regofunc/ocm.go
- internal/regofunc/ocm_test.go 122 additions, 0 deletionsinternal/regofunc/ocm_test.go
- vendor/code.vereign.com/gaiax/tsa/golib/LICENSE 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/LICENSE
- vendor/code.vereign.com/gaiax/tsa/golib/errors/errors.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/errors/errors.go
- vendor/code.vereign.com/gaiax/tsa/golib/ocm/README.md 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/ocm/README.md
- vendor/code.vereign.com/gaiax/tsa/golib/ocm/client.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/ocm/client.go
- vendor/code.vereign.com/gaiax/tsa/golib/ocm/option.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/ocm/option.go
- vendor/code.vereign.com/gaiax/tsa/golib/ocm/types.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/ocm/types.go
- vendor/goa.design/goa/v3/dsl/doc.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/dsl/doc.go
- vendor/goa.design/goa/v3/dsl/error.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/dsl/error.go
- vendor/goa.design/goa/v3/dsl/meta.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/dsl/meta.go
- vendor/goa.design/goa/v3/dsl/security.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/dsl/security.go
- vendor/goa.design/goa/v3/dsl/service.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/dsl/service.go
- vendor/goa.design/goa/v3/expr/hasher.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/expr/hasher.go
- vendor/goa.design/goa/v3/expr/method.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/expr/method.go
- vendor/goa.design/goa/v3/expr/user_type.go 0 additions, 0 deletionsvendor/goa.design/goa/v3/expr/user_type.go
... | ... | @@ -3,7 +3,7 @@ module code.vereign.com/gaiax/tsa/policy |
go 1.17 | ||
require ( | ||
code.vereign.com/gaiax/tsa/golib v0.0.0-20220321093827-5fdf8f34aad9 | ||
code.vereign.com/gaiax/tsa/golib v1.1.1-0.20220724081734-3d943a98ddda | ||
github.com/google/uuid v1.3.0 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/open-policy-agent/opa v0.38.1 | ||
... | ... | @@ -11,7 +11,7 @@ require ( |
github.com/stretchr/testify v1.7.0 | ||
go.mongodb.org/mongo-driver v1.8.4 | ||
go.uber.org/zap v1.21.0 | ||
goa.design/goa/v3 v3.7.0 | ||
goa.design/goa/v3 v3.7.6 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) | ||
... | ... | @@ -53,11 +53,11 @@ require ( |
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect | ||
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.10 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
internal/regofunc/ocm.go
0 → 100644
internal/regofunc/ocm_test.go
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.