Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Netflix/conductor into main
Browse files Browse the repository at this point in the history
aravindanr committed Jun 14, 2021
2 parents ce65b74 + e4aeb8f commit 1ebd6f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELATED.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,12 @@

* https://github.com/mohelsaka/conductor-prometheus-metrics - Conductor plugin for exposing Prometheus metrics over path '/metrics'

## OAuth2.0 Security Configuration
Forked Repository - [Conductor (Secure)](https://github.com/maheshyaddanapudi/conductor/tree/oauth2)

[OAuth2.0 Role Based Security!](https://github.com/maheshyaddanapudi/conductor/blob/oauth2/SECURITY.md) - Spring Security with easy configuration to secure the Conductor server APIs.

Docker image published to [Docker Hub](https://hub.docker.com/repository/docker/conductorboot/server)

## Conductor Worker utilities

@@ -33,3 +39,11 @@
## Conductor Web UI

* https://github.com/maheshyaddanapudi/conductor-ng-ui - Angular based - Conductor Workflow Management UI

## Conductor Persistence

### Mongo Persistence

* https://github.com/maheshyaddanapudi/conductor/tree/mongo_persistence - With option to use Mongo Database as persistence unit.
* Mongo Persistence / Option to use Mongo Database as persistence unit.
* Docker Compose example with MongoDB Container.

0 comments on commit 1ebd6f9

Please sign in to comment.