Go to file
Denis Kirillov 63ecf63a08 [#11] iam: Support 'NotPrincipal', 'NotAction', 'NotResource'
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-11-02 14:55:48 +03:00
.forgejo/workflows [#14] .forgejo: Add tests and lint workflows 2023-11-01 11:18:57 +03:00
iam [#11] iam: Support 'NotPrincipal', 'NotAction', 'NotResource' 2023-11-02 14:55:48 +03:00
.gitattributes Initial commit 2023-10-04 08:29:00 +00:00
.gitignore Initial commit 2023-10-04 08:29:00 +00:00
.gitlint Initial commit 2023-10-04 08:29:00 +00:00
.golangci.yml [#14] pre-commit: Add gofumpt 2023-11-01 11:24:25 +03:00
.pre-commit-config.yaml [#14] .forgejo: Add tests and lint workflows 2023-11-01 11:18:57 +03:00
Makefile [#14] pre-commit: Add gofumpt 2023-11-01 11:24:25 +03:00
chain.go [#11] Support inverted action and resource 2023-11-02 12:24:37 +03:00
chain_names.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
chain_test.go [#11] Support inverted action and resource 2023-11-02 12:24:37 +03:00
error.go [#14] Fix linter warnings 2023-11-01 11:05:03 +03:00
glob.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
go.mod [#2] Initial implementation 2023-10-23 10:45:15 +03:00
go.sum [#2] Initial implementation 2023-10-23 10:45:15 +03:00
inmemory.go [#14] Fix linter warnings 2023-11-01 11:05:03 +03:00
inmemory_test.go [#11] iam: Support 'NotPrincipal', 'NotAction', 'NotResource' 2023-11-02 14:55:48 +03:00
interface.go [#13] interface: Add methods to CachedChainStorage interface 2023-10-31 17:21:34 +03:00
resource.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
resource_test.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00