Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added environment variable support to connector config #92

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

onurerdemiroglu
Copy link
Contributor

@onurerdemiroglu onurerdemiroglu commented Nov 11, 2024

  • Added environment variable replacement using ${VAR} syntax in YAML files
  • Implemented regex pattern to find and replace env vars before unmarshal
  • Maintained existing configuration functionality with ApplyDefaults
  • Ensures backward compatibility with existing config files

This change allows users to use environment variables in their connector
configuration files using ${VARIABLE_NAME} format.

@erayarslan
Copy link
Member

thank you so much 🚀

@erayarslan erayarslan merged commit 65065c4 into master Nov 12, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants