Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksmith15/elasticsearch-native-realm-operator
https://github.com/jacksmith15/elasticsearch-native-realm-operator
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksmith15/elasticsearch-native-realm-operator
- Owner: jacksmith15
- License: mit
- Created: 2021-09-11T11:12:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T10:33:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T13:56:09.166Z (27 days ago)
- Language: Python
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# elasticsearch-native-realm-operator
Kubernetes operator for managing Elasticsearch native realm users.
See [deploy/](./deploy) for a local deployment demo.
## TODO
- [ ] Manage roles via CRD too
- [ ] Allow passing `hashed_password` in the CRD## Installation
This project is not currently packaged and so must be installed manually.
Clone the project with the following command:
```
git clone https://github.com/jacksmith15/elasticsearch-native-realm-operator.git
```## Development
Install dependencies:
```shell
pyenv shell 3.9.4 # Or other 3.9.x
pre-commit install # Configure commit hooks
poetry install # Install Python dependencies
```Run tests:
```shell
poetry run inv verify
```# License
This project is distributed under the MIT license.