-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
docs: add version after which connector secrets are deleted. #42515
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-blocking, but I suggest moving the version to the beginning of this statement to draw attention to the differentiating factor. What is the behavior related to secrets in versions prior to the one you cite? Would secrets need to be manually deleted if someone were using an older version and either deleted or updated their connection?
@@ -61,3 +61,4 @@ E.g. `airbyte_workspace_024eaa40-75ae-4014-941d-b9e938c3a363_secret_5675437d-ea6 | |||
a secret belongs to. The stable prefix allows operators to understand how often a secret has been modified and group secrets by connections. | |||
3. Not all secrets can be associated to a workspace e.g. Secrets created as part of a [Discover](./airbyte-protocol/#discover) or [Check](./airbyte-protocol/#check) operation. These secrets have a workspace id of | |||
`00000000-0000-0000-0000-000000000000`. Whenever possible, Airbyte attempts to expire these secrets after 2 hours for security and cost reasons. | |||
4. Airbyte deletes old secrets when connector configuration is updated or deleted as of 0.63.10. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Airbyte deletes old secrets when connector configuration is updated or deleted as of 0.63.10. | |
4. When using Airbyte version 0.63.10 or higher, deleting a connection or updating the connector configuration deletes old secrets. |
What
Update doc to reflect when connector secrets are deleted.
How
Update doc.
Review guide
The one file.
User Impact
Can this PR be safely reverted and rolled back?