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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination RabbitMQ: Make password marked as airbyte_secret #16528

Merged
merged 3 commits into from
Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY destination_rabbitmq ./destination_rabbitmq
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/destination-rabbitmq
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
},
"password": {
"type": "string",
"description": "The password to connect."
"title": "Password",
"description": "The password to connect.",
"airbyte_secret": true
},
"exchange": {
"type": "string",
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ To use the RabbitMQ destination, you'll need:

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.1 | 2022-09-09 | [16528](https://github.com/airbytehq/airbyte/pull/16528) | Marked password field in spec as airbyte_secret |
| 0.1.0 | October 29, 2021 | [\#7560](https://github.com/airbytehq/airbyte/pull/7560) | Initial release |