Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

feat: implement multi-tenancy and group export #416

Merged
merged 18 commits into from
Aug 18, 2021
Merged

Conversation

carvantes
Copy link
Contributor

This is it. This is the final merge of the feat-multitenancy branch into mainline

All changes have been reviewed before in separate PRs except for the last 2:

Checklist:

  • Have you successfully deployed to an AWS account with your changes?
  • Have you written new tests for your core changes, as applicable?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@ssvegaraju ssvegaraju left a comment

Choose a reason for hiding this comment

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

Looks like the hard-coded credentials warning on the code scanning test can be dismissed?

@carvantes
Copy link
Contributor Author

Looks like the hard-coded credentials warning on the code scanning test can be dismissed?

Yeah, I dismissed it as “used in tests”

Copy link
Contributor

@Bingjiling Bingjiling left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Contributor

@rsmayda rsmayda left a comment

Choose a reason for hiding this comment

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

postman/Fhir.postman_collection.json diff was too big

What changes did you make

Comment on lines +31 to +34
},
{
'Name': 'custom:tenantId',
'Value': 'tenant1'
Copy link
Contributor

Choose a reason for hiding this comment

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

When provisioning to a non multi tenant solution will this cause any issues? I don't think so

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It won't. It'll be an unused attribute of the users

@carvantes
Copy link
Contributor Author

postman/Fhir.postman_collection.json diff was too big

What changes did you make

@rsmayda , just changes in the authentication to make it possible to use the Id token. Essentially applied the changes from #399

@carvantes carvantes merged commit a9aebcc into develop Aug 18, 2021
@carvantes carvantes deleted the feat-multitenancy branch August 18, 2021 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants