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

Document mysql_user_key parameter #309

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Conversation

sgrebnov
Copy link
Contributor

@sgrebnov sgrebnov commented Jul 8, 2024

🗣 Description

Document mysql_user_key secret support

🔨 Related Issues

https://github.com/spiceai/spiceai/pull/1886/files

Copy link

vercel bot commented Jul 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spiceai-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2024 11:17pm

@sgrebnov sgrebnov self-assigned this Jul 8, 2024
spiceaidocs/docs/data-connectors/mysql.md Outdated Show resolved Hide resolved
spiceaidocs/docs/data-connectors/mysql.md Outdated Show resolved Hide resolved
@digadeesh digadeesh merged commit 130e0ed into trunk Jul 8, 2024
3 checks passed
@digadeesh digadeesh deleted the sgrebnov/mysql-username-key branch July 8, 2024 23:20
@@ -23,7 +23,8 @@ The MySQL data connector can be configured by providing the following `params`:
- `mysql_host`: The hostname of the MySQL server.
- `mysql_tcp_port`: The port of the MySQL server.
- `mysql_db`: The name of the database to connect to.
- `mysql_user`: The username to connect with.
- `mysql_user_key`: The name of the secret key containing the MySQL username.
- `mysql_user`: The MySQL username. Ignored if `mysql_user_key` is provided.
- `mysql_pass_key`: The secret key containing the password to connect with.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- `mysql_pass_key`: The secret key containing the password to connect with.
- `mysql_pass_key`: The name of the secret key containing the password to connect with.

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.

3 participants