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 user name and password to controller config #781

Conversation

LJNIC
Copy link
Contributor

@LJNIC LJNIC commented Jul 27, 2023

Description of what I changed

Added user name and password to the controller configuration for better FHIR search support. Fixes #677.

E2E test

TESTED:

Added the fhirServerPassword and fhirServerUserName properties to the controller application.yaml and ensured the properties were set and fetching to a FHIR server worked.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review Java and Python style guides.

  • My IDE is configured to follow the Google code styles.

    No? Unsure? -> configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@google-cla
Copy link

google-cla bot commented Jul 27, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@bashir2
Copy link
Collaborator

bashir2 commented Jul 31, 2023

/gcbrun

@LJNIC LJNIC force-pushed the feature/add-more-configs-to-controller branch from 1df05c1 to 4bf754a Compare July 31, 2023 14:41
@LJNIC
Copy link
Contributor Author

LJNIC commented Aug 10, 2023

I fixed the issues, we just had a wrong push.

Copy link
Collaborator

@bashir2 bashir2 left a comment

Choose a reason for hiding this comment

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

Thanks for the update; a couple of minor points:

  • Please familiarize yourself with the review process. In particular, please use the PR description template and fill out the TESTED field. Please make sure that you indicate you have tested setting username/password through the controller.
  • Please sign Google's CLA; you should be able to do that by following the "Details" link of the cla/google check that is currently failing (from PR's main page).

@michealharrington michealharrington force-pushed the feature/add-more-configs-to-controller branch from f336a1b to 0129012 Compare August 18, 2023 12:17
@michealharrington michealharrington force-pushed the feature/add-more-configs-to-controller branch from 0129012 to 1277553 Compare August 18, 2023 12:18
@michealharrington
Copy link

This should be good to final review and merging.

Copy link
Collaborator

@bashir2 bashir2 left a comment

Choose a reason for hiding this comment

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

Thanks for the updates.

@bashir2 bashir2 merged commit 610a01b into google:master Aug 18, 2023
5 checks passed
@michealharrington michealharrington deleted the feature/add-more-configs-to-controller branch August 18, 2023 17:24
fhirdata.numOfDwhSnapshotsToRetain=3
fhirdata.fhirServerPassword=Admin123
fhirdata.fhirServerUserName=Admin
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note to myself: We should update the default/example configs like this application.yaml.

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.

Add support to Pipeline Controller to set the FHIR server username or password
3 participants