Skip to content
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

RHOAIENG-4279: Adding note to external db connection section #217

Merged
merged 5 commits into from
Mar 8, 2024

Conversation

syaseen-rh
Copy link
Contributor

@syaseen-rh syaseen-rh commented Mar 8, 2024

Description

As per https://issues.redhat.com/browse/RHOAIENG-4279,

  • Need to document that an external database connection is secured by default
  • Users must modify the DataSciencePiplinesApplication CR to connect to an unencrypted database.

How Has This Been Tested?

Local build

Preview

Screenshot 2024-03-08 at 9 45 40 AM

Copy link
Member

@jiridanek jiridanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a suggestion with different wording of one sentence.

+
[NOTE]
====
The external database connection is secured by default. To specify an external database that is unencrypted, you will need to set the value of `database.customExtraParams.tls` to `false` in the `DataSciencePipelinesApplication` custom resource as shown here:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To specify an external database that is unencrypted

It's the connection to the database that is being encrypted, not the database itself.

Suggested change
The external database connection is secured by default. To specify an external database that is unencrypted, you will need to set the value of `database.customExtraParams.tls` to `false` in the `DataSciencePipelinesApplication` custom resource as shown here:
The external database connection is secured by default. To specify an external database connection that is not secured with TLS, you will need to set the value of `database.customExtraParams.tls` to `false` in the `DataSciencePipelinesApplication` custom resource as shown here:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jiridanek, addressed in the latest commit.

modules/configuring-a-pipeline-server.adoc Outdated Show resolved Hide resolved
modules/configuring-a-pipeline-server.adoc Outdated Show resolved Hide resolved
@syaseen-rh syaseen-rh merged commit 49cf855 into opendatahub-io:main Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants