-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
MQTT Destination: Password is not marked as a secret field in spec #16263
Conversation
NOTE
|
/test connector=connectors/destination-mqtt |
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
NOTE
|
…to osheg/16219-destination-mqtt
NOTE
|
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
NOTE
|
… spec added logs for troubleshooting
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
NOTE
|
… spec updated maxinflight and connect_timeout for test only
…to osheg/16219-destination-mqtt
NOTE
|
/test connector=connectors/destination-mqtt |
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
… spec updated maxinflight for test only
NOTE
|
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
/test connector=connectors/destination-mqtt
Build FailedTest summary info:
|
… spec added config param max_in_flight for test
/test connector=connectors/destination-mqtt
Build PassedTest summary info:
|
NOTE
|
… spec made refactoring
/publish connector=connectors/destination-mqtt
if you have connectors that successfully published but failed definition generation, follow step 4 here |
NOTE
|
NOTE
|
…bytehq/airbyte into osheg/16219-destination-mqtt
NOTE
|
…irbytehq#16263) * [16219] MQTT Destination: Password is not marked as a secret field in spec * [16219] MQTT Destination: Password is not marked as a secret field in spec * [16219] MQTT Destination: Password is not marked as a secret field in spec added logs for troubleshooting * [16219] MQTT Destination: Password is not marked as a secret field in spec updated maxinflight and connect_timeout for test only * [16219] MQTT Destination: Password is not marked as a secret field in spec updated maxinflight for test only * [16219] MQTT Destination: Password is not marked as a secret field in spec added config param max_in_flight for test * [16219] MQTT Destination: Password is not marked as a secret field in spec made refactoring * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
…irbytehq#16263) * [16219] MQTT Destination: Password is not marked as a secret field in spec * [16219] MQTT Destination: Password is not marked as a secret field in spec * [16219] MQTT Destination: Password is not marked as a secret field in spec added logs for troubleshooting * [16219] MQTT Destination: Password is not marked as a secret field in spec updated maxinflight and connect_timeout for test only * [16219] MQTT Destination: Password is not marked as a secret field in spec updated maxinflight for test only * [16219] MQTT Destination: Password is not marked as a secret field in spec added config param max_in_flight for test * [16219] MQTT Destination: Password is not marked as a secret field in spec made refactoring * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
The password field of the MQTT destination is not marked as a secret field in the connector specification and thus this field will not show correctly as a password field in the CI, which leads to several potential security drawbacks.
How
Marked the password field in spec as secret
Recommended reading order
spec.json
🚨 User Impact 🚨
No user impact
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.