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

Github Action to enforce allowed hosts are set for GA and Beta connectors #21684

Merged
merged 9 commits into from
Jan 30, 2023

Conversation

evantahler
Copy link
Contributor

@evantahler evantahler commented Jan 21, 2023

This PR adds a check to the renamed Connector Ops CI - Connector Metadata Checks to ensure that GA connectors include allowed_hosts in their actor definition.

Requires #21676 to be merged first
Closes #21184

@evantahler evantahler temporarily deployed to more-secrets January 21, 2023 01:25 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 21, 2023 01:25 — with GitHub Actions Inactive
@evantahler evantahler changed the title Github Action to enforce allowed hosts are set for GA connectors Github Action to enforce allowed hosts are set for GA and Beta connectors Jan 21, 2023
@evantahler evantahler temporarily deployed to more-secrets January 21, 2023 01:28 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 21, 2023 01:28 — with GitHub Actions Inactive
@evantahler evantahler marked this pull request as ready for review January 21, 2023 01:32
@evantahler evantahler temporarily deployed to more-secrets January 21, 2023 01:33 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 21, 2023 01:33 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2023

Airbyte Code Coverage

There is no coverage information present for the Files changed

Total Project Coverage 24%

Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

Nice! I only have a couple of minor suggestions.
I think we might want to eventually move this to a QA check as part of /test. This module is ready to welcome it if you like:
https://github.com/airbytehq/airbyte/blob/master/tools/ci_connector_ops/ci_connector_ops/qa_checks.py#L71

But as it is release stage specific check I'm fine keeping it here 👍

tools/ci_connector_ops/setup.py Outdated Show resolved Hide resolved
@evantahler evantahler temporarily deployed to more-secrets January 25, 2023 01:08 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 25, 2023 01:08 — with GitHub Actions Inactive
@octavia-squidington-iv octavia-squidington-iv added the area/documentation Improvements or additions to documentation label Jan 25, 2023
@evantahler evantahler temporarily deployed to more-secrets January 25, 2023 01:49 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 25, 2023 01:49 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 27, 2023 18:24 — with GitHub Actions Inactive
@evantahler evantahler temporarily deployed to more-secrets January 27, 2023 18:24 — with GitHub Actions Inactive
@evantahler evantahler merged commit adc5a25 into master Jan 30, 2023
@evantahler evantahler deleted the evan/check-allowed-hosts branch January 30, 2023 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test that Beta and GA connectors have allowed_hosts
4 participants