-
Notifications
You must be signed in to change notification settings - Fork 288
DOC-3917 added silent install docs #376
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
Conversation
content/integrate/redis-data-integration/ingest/installation/_index.md
Outdated
Show resolved
Hide resolved
content/integrate/redis-data-integration/ingest/installation/_index.md
Outdated
Show resolved
Hide resolved
content/integrate/redis-data-integration/ingest/installation/_index.md
Outdated
Show resolved
Hide resolved
content/integrate/redis-data-integration/ingest/installation/_index.md
Outdated
Show resolved
Hide resolved
content/integrate/redis-data-integration/ingest/installation/_index.md
Outdated
Show resolved
Hide resolved
content/integrate/redis-data-integration/ingest/installation/_index.md
Outdated
Show resolved
Hide resolved
| use_existing_rdi = true | ||
| ssl = true | ||
| # Uncomment this section and remove the [rdi.database] section above |
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.
if you want RDI to create the db you still need to provide the RDI password to use
not sure if you always have to specify use_exisiting_rdi=false
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.
I've added some text to say that you should set use_exisiting_rdi=false because I figure it won't do any harm. We can remove this in the future if it isn't necessary.
| | `password` | Password for the cluster. | | ||
|
|
||
| #### `rdi.database.certificates` | ||
|
|
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.
Use this if RDI database is using TLS or mTLS
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.
Done. Also, I've commented these props out in the example TOML file (TLS/mTLS props are also commented out in the config.yaml example here: https://redis.io/docs/latest/integrate/redis-data-integration/ingest/data-pipelines/data-pipelines/#the-configyaml-file).
Added docs about the silent install config file.