3
0
Commit Graph

7 Commits

Author SHA1 Message Date
Tit Petric
876a304def upd(all):
- moved Access type from system to internal/rules,
- moved Resource from system to internal/rules,
- update imports for new type locations,
- add scope list container to inject permissions,
- update permissions API call to return default perms,
- update codegen for generated Rules types
2019-02-06 11:19:32 +01:00
Mitja Zivkovic
4d57db5897 upd(internal): rbac.Operations to rules.Operations 2019-01-28 10:53:19 +01:00
Mitja Zivkovic
3747bce99d upd(internal): add ListGrants 2019-01-24 08:31:55 +01:00
Mitja Zivkovic
c0422a738a upd(internal): types.Access and rules(Allow/Deny/Inherit) 2019-01-22 14:46:29 +01:00
Mitja Zivkovic
d9761cb7a1 upd(internal): rules.value as tinyint 2019-01-22 14:46:29 +01:00
Mitja Zivkovic
578363d8f8 upd(internal): must/mustFail to NoError/Error 2019-01-22 14:46:29 +01:00
Tit Petric
d17a6fb8aa add(internal): rules feature
- add make test.rules target
- add rules api implementation
- add sql migration for rules table
- add unit tests to verify it works
2019-01-22 14:46:29 +01:00