Skip to content

Commit 8c56eeb

Browse files
Destination RabbitMQ: Make password marked as airbyte_secret (#16528)
* Destination RabbitMQ make password as airbyte_secret * update changelog * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <[email protected]>
1 parent c8d43dc commit 8c56eeb

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

airbyte-config/init/src/main/resources/seed/destination_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
- name: RabbitMQ
218218
destinationDefinitionId: e06ad785-ad6f-4647-b2e8-3027a5c59454
219219
dockerRepository: airbyte/destination-rabbitmq
220-
dockerImageTag: 0.1.0
220+
dockerImageTag: 0.1.1
221221
documentationUrl: https://docs.airbyte.io/integrations/destinations/rabbitmq
222222
icon: pulsar.svg
223223
releaseStage: alpha

airbyte-config/init/src/main/resources/seed/destination_specs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3775,7 +3775,7 @@
37753775
supportsDBT: false
37763776
supported_destination_sync_modes:
37773777
- "append"
3778-
- dockerImage: "airbyte/destination-rabbitmq:0.1.0"
3778+
- dockerImage: "airbyte/destination-rabbitmq:0.1.1"
37793779
spec:
37803780
documentationUrl: "https://docs.airbyte.io/integrations/destinations/rabbitmq"
37813781
connectionSpecification:
@@ -3805,7 +3805,9 @@
38053805
description: "The username to connect."
38063806
password:
38073807
type: "string"
3808+
title: "Password"
38083809
description: "The password to connect."
3810+
airbyte_secret: true
38093811
exchange:
38103812
type: "string"
38113813
description: "The exchange name."

airbyte-integrations/connectors/destination-rabbitmq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY destination_rabbitmq ./destination_rabbitmq
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=0.1.0
37+
LABEL io.airbyte.version=0.1.1
3838
LABEL io.airbyte.name=airbyte/destination-rabbitmq

airbyte-integrations/connectors/destination-rabbitmq/destination_rabbitmq/spec.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
},
3535
"password": {
3636
"type": "string",
37-
"description": "The password to connect."
37+
"title": "Password",
38+
"description": "The password to connect.",
39+
"airbyte_secret": true
3840
},
3941
"exchange": {
4042
"type": "string",

docs/integrations/destinations/rabbitmq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ To use the RabbitMQ destination, you'll need:
4343

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

0 commit comments

Comments
 (0)