Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cognifloyd/st2-open-rbac
https://github.com/cognifloyd/st2-open-rbac
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cognifloyd/st2-open-rbac
- Owner: cognifloyd
- License: apache-2.0
- Created: 2020-01-14T17:44:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T02:47:58.000Z (over 1 year ago)
- Last Synced: 2024-10-12T14:21:06.463Z (about 1 month ago)
- Language: Python
- Size: 25.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
**StackStorm** is a platform for integration and automation across services and tools, taking actions in response to events. Learn more at [www.stackstorm.com](http://www.stackstorm.com/product).
# open_rbac for StackStorm
Open Source RBAC
To use, install in the /opt/stackstorm/st2 virtualenv.
No warranties or guarantees (as indicated in the Apache License). This is AS-IS and quality/fitness for any purpose is unknown.## TODO
- [ ] Get the tests to run.
ST2 uses nosetest to run them but I'm more familiar with pytest.
Also, running tests with 3.1.0 is broken because some intermediate deps changed. One of the incompatibilities was fixed in master by upgrading cryptography to 2.8, but the other has not been fixed.
PRs welcome to get a good way to test this.## Copyright, License, and Contributors Agreement
Copyright 2014-2018 StackStorm, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the [LICENSE](LICENSE) file, or at:
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
By contributing you agree that these contributions are your own (or approved by your employer) and you grant a full, complete, irrevocable copyright license to all users and developers of the project, present and future, pursuant to the license of the project.