Skip to content

Caid refactor #927

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
merged 10 commits into from
Oct 17, 2024
Merged

Caid refactor #927

merged 10 commits into from
Oct 17, 2024

Conversation

bpblanken
Copy link
Collaborator

No description provided.

@@ -106,7 +104,10 @@ def register_alleles(


def build_url(base_url: str, reference_genome: ReferenceGenome) -> str:
login, password = get_ar_credentials_from_secret_manager()
login, password = (
Env.CLINGEN_ALLELE_REGISTRY_LOGIN,
Copy link
Contributor

Choose a reason for hiding this comment

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

are these just going to be configured in plain text in helm?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The LOGIN yes, the PASSWORD is going to be fetched from the kubernetes secret https://github.com/broadinstitute/seqr-helm/pull/71/files#diff-a43f3d84b733a2ff1c60f1dc01111db8fe8c957fa5c6d097b129147549977819R4. (we might put the login in the secret too just for sanity... cause that's what we're doing now?)

The idea is to initially move the secret fetch to airflow (so it'll be passed in plain text for the next few weeks 🤦 ) and then eventually it'll go away.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@bpblanken bpblanken requested a review from jklugherz October 17, 2024 16:20
@bpblanken bpblanken marked this pull request as ready for review October 17, 2024 16:20
@bpblanken bpblanken requested a review from a team as a code owner October 17, 2024 16:20
@bpblanken bpblanken merged commit 940cf56 into dev Oct 17, 2024
3 checks passed
@bpblanken bpblanken deleted the benb/CAID_refactor branch October 17, 2024 17:31
bpblanken added a commit that referenced this pull request Oct 17, 2024
* CAID refactor

* lint

* lint

* remove mock

* string defaults

* format

* ruff

* add mock values

* missed a test

* ruff
bpblanken added a commit that referenced this pull request Oct 21, 2024
* Caid refactor (#927)

* CAID refactor

* lint

* lint

* remove mock

* string defaults

* format

* ruff

* add mock values

* missed a test

* ruff

* Improve allele type validation (#925)

* Improve allele type validation

* ruff

* cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants