diff --git a/README.md b/README.md index 29e232f..6551da8 100644 --- a/README.md +++ b/README.md @@ -132,39 +132,40 @@ You can optionally import the following dependency to have the UI Dashboard to i implementation group: 'it.fabioformosa.quartz-manager', name: 'quartz-manager-starter-ui', version: '4.0.0' ``` -Reach out the UI Console at URL: +### Reach out the UI Console at URL [http://localhost:8080/quartz-manager-ui/index.html](http://localhost:8080/quartz-manager-ui/index.html) ## Quart Manager Security -TBD +Import this optional dependency, if you want enable a security layer and allow the access to the REST API and to the UI only to authenticated users -If you want enable a security layer and allow the access to the REST API and to the UI only to authenticated users, add the dependency: +### Dependency -MAVEN +#### Maven ``` it.fabioformosa.quartz-manager quartz-manager-starter-security - 3.1.0 + 4.0.0 ``` -GRADLE +#### Gradle ``` -compile group: 'it.fabioformosa.quartz-manager', name: 'quartz-manager-starter-security', version: '3.1.0' +compile group: 'it.fabioformosa.quartz-manager', name: 'quartz-manager-starter-security', version: '4.0.0' ``` -## APPLICATION PROPERTIES +### Quart Manager Security - App Props + +| Property | Values |Mandatory | Default | Description | +| :--- |:--- |:--- |:--- |:-- | +| quartz-manager.accounts.in-memory.enabled | boolean | ?? | |Enable in memory users to login | +|quartz-manager.accounts.in-memory.users[0].name | boolean | No | false |whether to create an OpenAPI instance to expose the OAS and the Swagger UI | +|quartz-manager.accounts.in-memory.users[0].password | boolean | No | false |whether to create an OpenAPI instance to expose the OAS and the Swagger UI | -| Property | Values | Description | -| :--- |:--- |:--- | -| quartz-manager.accounts.in-memory.enabled | boolean | Enable in memory users to login | -| quartz-manager.accounts.in-memory.users[0].name | string | | -| quartz-manager.accounts.in-memory.users[0].password | string | | and in your application.yml: