-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'IKC-411-data-masking-policy-delete' into IKC-410-data-m…
…asking-policy-form
- Loading branch information
Showing
74 changed files
with
1,387 additions
and
417 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
## Custom context path | ||
|
||
If you want to expose Kouncil in custom context path you need to set Spring's `kouncil.context-path` parameter. | ||
In docker run command it will look like this | ||
If you want to expose Kouncil in a custom context path, you need to set | ||
Spring's `kouncil.context-path` parameter. | ||
In Docker run command it will look like this | ||
|
||
```bash | ||
docker run -d -p 80:8080 -e bootstrapServers="kafka1:9092" -e kouncil.context-path="/console" consdata/kouncil:latest | ||
``` | ||
After that, visit [http://localhost/console](http://localhost/console) in your browser, and you should be greeted by a login screen. | ||
|
||
After that, visit [http://localhost/console](http://localhost/console) in your browser, and you | ||
should see a login screen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Managing Kafka clusters | ||
|
||
Starting from version 1.9 you will be able to configure and secure your Kafka clusters from UI. To | ||
do it log in to the app and select Clusters menu item. You will see your clusters list. To add new | ||
cluster click `Add new cluster` button and cluster form will be opened. | ||
|
||
<p align="left"> | ||
<img src="../.github/img/kouncil_cluster_form.png" width="820"> | ||
</p> | ||
|
||
### Cluster SSL/TLS configuration | ||
|
||
If your Kafka cluster requires any authentication you are able to configure `SASL`, `SSL` | ||
or `AWS MSK` authentication. | ||
|
||
<p align="left"> | ||
<img src="../.github/img/kouncil_cluster_form_cluster_security.png" width="820"> | ||
</p> | ||
|
||
### Schema registry | ||
|
||
Within this form you are able to add Schema Registry to your cluster. | ||
|
||
<p align="left"> | ||
<img src="../.github/img/kouncil_cluster_form_schema_registry.png" width="820"> | ||
</p> | ||
|
||
If your Schema Registry requires any authentication you are able to configure `SSL` | ||
or `SSL with basic authentication` security. |
Oops, something went wrong.