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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add secret block #7882

Merged
merged 43 commits into from
Dec 15, 2022
Merged

Add secret block #7882

merged 43 commits into from
Dec 15, 2022

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Dec 14, 2022

Secret storage blocks are used to persist sensitive information in a secure manner. The backing service that is used for persistence will different between implementation, but each implementation will allow for the reading and writing of secret values.

Included update + delete to match what AWS and GCP has; see prefect-gcp and prefect-aws

Part of #7884

Example

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • This pull request includes tests or only affects documentation.
  • This pull request includes a label categorizing the change e.g. fix, feature, enhancement

@ahuang11 ahuang11 requested a review from desertaxle December 14, 2022 01:55
@ahuang11 ahuang11 added the development Tech debt, refactors, CI, tests, and other related work. label Dec 14, 2022
@ahuang11 ahuang11 marked this pull request as ready for review December 14, 2022 04:21
@ahuang11 ahuang11 requested a review from zanieb as a code owner December 14, 2022 04:21
src/prefect/blocks/abstract.py Outdated Show resolved Hide resolved
src/prefect/blocks/abstract.py Outdated Show resolved Hide resolved
src/prefect/blocks/abstract.py Outdated Show resolved Hide resolved
src/prefect/blocks/abstract.py Outdated Show resolved Hide resolved
src/prefect/blocks/abstract.py Outdated Show resolved Hide resolved
src/prefect/blocks/abstract.py Outdated Show resolved Hide resolved
Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Base automatically changed from abstract_object_storage_block to main December 14, 2022 22:56
@netlify
Copy link

netlify bot commented Dec 14, 2022

Deploy Preview for prefect-orion ready!

Name Link
🔨 Latest commit 4d53e66
🔍 Latest deploy log https://app.netlify.com/sites/prefect-orion/deploys/639a66d7df45c900086c3517
😎 Deploy Preview https://deploy-preview-7882--prefect-orion.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ahuang11 ahuang11 merged commit d326440 into main Dec 15, 2022
@ahuang11 ahuang11 deleted the abstract_secret_storage_block branch December 15, 2022 05:35
github-actions bot pushed a commit to ddelange/prefect that referenced this pull request Dec 15, 2022
zanieb pushed a commit that referenced this pull request Dec 15, 2022
zanieb pushed a commit that referenced this pull request Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Tech debt, refactors, CI, tests, and other related work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants