[PHEE-569] Create tenents#235
Draft
somanath21 wants to merge 2 commits into
Draft
Conversation
added 2 commits
February 9, 2024 11:10
fynmanoj
suggested changes
Feb 9, 2024
Contributor
fynmanoj
left a comment
There was a problem hiding this comment.
These changes should be added to G2p Sanbox chart in the template. we will consider these tenants as the default configuration of G2p sandbox chart
|
|
||
| 4c. GRANT ALL PRIVILEGES ON `rhino`.* TO 'mifos'; | ||
|
|
||
| 4d. GRANT ALL PRIVILEGES ON `gorilla`.* TO 'mifos'; |
| rest.authorization.enabled=false | ||
| rest.authorization.host=http://ops-bk.mifos.g2pconnect.io | ||
|
|
||
| dfspids=rhino, gorilla |
Contributor
There was a problem hiding this comment.
please check this, we need to add all dfsp here ?
| ph-ee-g2psandbox.ph-ee-engine.ph_ee_connector_ams_mifos.ams_local_customer_host="https://fynams.sandbox.fynarfin.io/" | ||
| ph-ee-g2psandbox.ph-ee-engine.ph_ee_connector_ams_mifos.ams_local_auth_host="https://fynams.sandbox.fynarfin.io/" | ||
| ph-ee-g2psandbox.ph-ee-engine.ph_ee_connector_ams_mifos.ams_local_loan_host="https://fynams.sandbox.fynarfin.io/" | ||
| ph-ee-g2psandbox.ph-ee-engine.ph_ee_connector_ams_mifos.dfspids="rhino,gorilla" No newline at end of file |
| @@ -0,0 +1,78 @@ | |||
| tenants.connections[0].auto_update=true | |||
Contributor
There was a problem hiding this comment.
all tenants connections to be added here
| CREATE DATABASE `Pluto`; | ||
| CREATE DATABASE `Venus`; | ||
| CREATE DATABASE `Jupiter`; | ||
| GRANT ALL PRIVILEGES ON `rhino`.* TO 'mifos'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(https://fynarfin.atlassian.net/browse/PHEE-569)
Description
[].Format:
[jira_ticket] descriptionex: [phee-123] PR title.
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Followed the PR title naming convention mentioned above.
Design-related bullet points or design document links related to this PR are added in the description above.
Updated corresponding Postman Collection or Api documentation for the changes in this PR.
Create/update unit or integration tests for verifying the changes made.
Add required Swagger annotation and update API documentation with details of any API changes if applicable
Followed the naming conventions as given in https://docs.google.com/document/d/1Q4vaMSzrTxxh9TS0RILuNkSkYCxotuYk1Xe0CMIkkCU/edit?usp=sharing