Skip to content

Commit

Permalink
Destination RabbitMQ: Make password marked as airbyte_secret (airbyte…
Browse files Browse the repository at this point in the history
…hq#16528)

* Destination RabbitMQ make password as airbyte_secret

* update changelog

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
2 people authored and jhammarstedt committed Oct 31, 2022
1 parent 9032455 commit 45b802c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
- name: RabbitMQ
destinationDefinitionId: e06ad785-ad6f-4647-b2e8-3027a5c59454
dockerRepository: airbyte/destination-rabbitmq
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.io/integrations/destinations/rabbitmq
icon: pulsar.svg
releaseStage: alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@
supportsDBT: false
supported_destination_sync_modes:
- "append"
- dockerImage: "airbyte/destination-rabbitmq:0.1.0"
- dockerImage: "airbyte/destination-rabbitmq:0.1.1"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/rabbitmq"
connectionSpecification:
Expand Down Expand Up @@ -3805,7 +3805,9 @@
description: "The username to connect."
password:
type: "string"
title: "Password"
description: "The password to connect."
airbyte_secret: true
exchange:
type: "string"
description: "The exchange name."
Expand Down
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 |

0 comments on commit 45b802c

Please sign in to comment.