NSE 6 – FortiSOAR 7.3 — Question 2
When configuring an HA cluster with an externalized PostgreSQL database, which two files on the database server need to be configured to trust all FortiSOAR nodes’ incoming connections? (Choose two.)
Answer options
- A. pg_hba.conf
- B. db_external_config.yml
- C. postgresql.conf
- D. db_config.yml
Correct answer: A, C
Explanation
The correct files for configuring trust for incoming connections from FortiSOAR nodes are pg_hba.conf and postgresql.conf. The pg_hba.conf file defines client authentication, while postgresql.conf is used to set server-wide parameters. The other options, db_external_config.yml and db_config.yml, do not control connection permissions.