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

Support for external DBMS : AWS RDS Postgresql #93

Merged
merged 13 commits into from
Oct 25, 2024

Conversation

gildub
Copy link
Collaborator

@gildub gildub commented Oct 24, 2024

The RDS postgres instance must be :

  • publicly accessible

And remember to :

  • enable AWS Internet gateway on VPC
  • create route and associate relevant subnets
  • configure security group associated with RDS instance with inbound rule : preferably using source address class to avoid using 0.0.0.0/0

As RDS use SSL the tpa_single_node_pg_ssl_mode variable in vars/main.yml must be set to require for guac-graphql's configuration.

@gildub gildub force-pushed the rds-pg branch 2 times, most recently from 79a7dae to d0ce864 Compare October 24, 2024 20:04
Copy link
Collaborator

@mrrajan mrrajan left a comment

Choose a reason for hiding this comment

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

LGTM
Installation with recent changes
image

@desmax74 desmax74 merged commit 134ca4c into trustification:main Oct 25, 2024
1 check passed
@gildub gildub deleted the rds-pg branch October 25, 2024 10:39
desmax74 pushed a commit to desmax74/trustification-ansible that referenced this pull request Oct 25, 2024
desmax74 added a commit that referenced this pull request Oct 25, 2024
* Support for external DBMS : AWS RDS Postgresql (#93)

* With external RDS PG DBMS
Signed-off-by: desmax74 <[email protected]>

---------

Signed-off-by: desmax74 <[email protected]>
Co-authored-by: Gilles Dubreuil <[email protected]>
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.

3 participants