WIP: FrostFS Access Policy Engine
Find a file
Vitaliy Potyarkin 5635f91b14 [#48] Add license and README
(close #48)

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-11-08 13:52:35 +03:00
.forgejo/workflows [#91] go.mod: Bump go version to 1.22 2024-08-22 12:22:15 +03:00
docs [#71] docs: Introduce APE overview 2024-05-13 16:37:44 +00:00
iam [#87] iam: Support s3:PatchObject action 2024-08-22 10:41:52 +00:00
pkg [#90] engine: Fix ruleFound return value 2024-08-21 07:20:38 +00:00
schema [#85] schema: Introduce PatchObject method 2024-08-14 11:02:54 +03:00
util [#7] engine: Move globMatch to common util package 2023-11-15 09:22:42 +00:00
.gitattributes [#56] Fix pre-commit issue 2024-03-07 18:01:50 +03: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 [#91] lint: Fix warnings 2024-08-22 12:22:32 +03:00
.pre-commit-config.yaml [#73] pre-commit: Use cached tests in hook 2024-05-02 18:15:53 +03:00
go.mod [#91] go.mod: Bump go version to 1.22 2024-08-22 12:22:15 +03:00
go.sum [#91] go.mod: Bump go version to 1.22 2024-08-22 12:22:15 +03:00
LICENSE [#48] Add license and README 2024-11-08 13:52:35 +03:00
Makefile [#91] go.mod: Bump go version to 1.22 2024-08-22 12:22:15 +03:00
README.md [#48] Add license and README 2024-11-08 13:52:35 +03:00

FrostFS Access Policy Engine

This repository provides Go packages for working with FrostFS Access Policy Engine.

See documentation for more information:

Go docs provide more specific API description.

Copyright 2023-2024 FrostFS contributors

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.