-
Notifications
You must be signed in to change notification settings - Fork 10
Feature/hashicorp gradle kotlin enhancements #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/hashicorp gradle kotlin enhancements #9
Conversation
f66e985
to
7b7c8d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The template should be in the HashiCorp folder, not in the root one
## Set up credentials and register schema | ||
|
||
We register the schema with setting `PII` to the birthday field and defining the encryption rule | ||
We register the schema with setting `PII` to the birthday field and defining the encryption rule. | ||
First, get the REST endpoint for your Confluent cluster from the Web UI and set it to a variable. Set another value to the topic name you use in `client.properties`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please describe the strategy of using the client.properties a bit more in detail?
Also, I guess the next shell part is not scraped from the client.properties directly but needs to be exported manually?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor things
Once fixed, I will merge it and test it
Updated gradle version and enhanced the kotlin implementation by removing the need to have hard-coded credentials in the code