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

[Merged by Bors] - feat: remove secrets and parameters from connector meta config #3022

Closed
wants to merge 2 commits into from
Closed

[Merged by Bors] - feat: remove secrets and parameters from connector meta config #3022

wants to merge 2 commits into from

Conversation

galibey
Copy link
Contributor

@galibey galibey commented Feb 27, 2023

  1. Removed secrets and parameters from MetaConfig as they aren't used in the new Connectors SDK.
  2. Secrets moved from fluvio-connector-common crate to fluvio-connector-package where it is initially planned to be.
  3. Added detection of used inside the config file secrets for validation or other places where we will need the list of used secrets (for example, before mounting to the container).

@galibey galibey self-assigned this Feb 27, 2023
@galibey galibey added this to the 0.10.5 milestone Feb 27, 2023
@galibey
Copy link
Contributor Author

galibey commented Feb 27, 2023

bors r+

bors bot pushed a commit that referenced this pull request Feb 27, 2023
1. Removed `secrets` and `parameters` from `MetaConfig` as they aren't used in the new Connectors SDK.
2. Secrets moved from `fluvio-connector-common` crate to `fluvio-connector-package` where it is initially planned to be.
3. Added detection of used inside the config file secrets for validation or other places where we will need the list of used secrets (for example, before mounting to the container).
@bors
Copy link

bors bot commented Feb 27, 2023

Build failed:

@galibey
Copy link
Contributor Author

galibey commented Feb 27, 2023

bors r+

bors bot pushed a commit that referenced this pull request Feb 27, 2023
1. Removed `secrets` and `parameters` from `MetaConfig` as they aren't used in the new Connectors SDK.
2. Secrets moved from `fluvio-connector-common` crate to `fluvio-connector-package` where it is initially planned to be.
3. Added detection of used inside the config file secrets for validation or other places where we will need the list of used secrets (for example, before mounting to the container).
@bors
Copy link

bors bot commented Feb 27, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: remove secrets and parameters from connector meta config [Merged by Bors] - feat: remove secrets and parameters from connector meta config Feb 27, 2023
@bors bors bot closed this Feb 27, 2023
@galibey galibey deleted the feat/remove-secrets-from-config branch February 27, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants