Skip to content

Commit

Permalink
Update 02-secure-integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
titomarifrancis-pantheon committed Jul 11, 2024
1 parent 00bd06c commit cad7b8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ Yes, it's configured on a site-by-site basis and works from all environments (De

Secure Integration connects to the same external resource from all environments. If you need to connect to a separate resource, or test against a “test” version of the external resource, you will need an additional Integration configured to point to that resource. The additional Integration would be available to all environments.

### Why does Secure Integration use 127.0.0.1 or loopback IP address?

Secure Integration uses the loopback IP address 127.0.0.1 with the PHP constant (i.e. 127.0.0.1:PANTHEON_SOIP_YOURSERVICENAME) to establish communication between the Pantheon-hosted site and the external resource/service

### Is Secure Integration a replacement for authentication?

No, Secure Integration is not a replacement for authentication, but rather is a [defense-in-depth](https://en.wikipedia.org/wiki/Defense_in_depth_%28computing%29) measure.
Expand Down

0 comments on commit cad7b8c

Please sign in to comment.