...
1This directory creates a `test` kustomization of the auth-proxy service which can be used for integration tests.
2
3The following changes are made:
4
51. Service is converted to a ClusterIP from a NodePort - tests should use port forwarding rather than ingress controllers
62. The Database User resource is removed - local tests use a password for authentication, while cloudsql tests should use a preconfigured user
73. The External Secret resources are removed
84. The IAMPolicyMember resources are removed
95. The IAMServiceAccount resources are removed
106. Update the Allowed_origins and domain values in the config map as pallet variables are not supported in integration tests.
117. Creates an empty session and auth secret - the tests are expected to populate the secrets at runtime
12
13Resources are removed using the `$patch: delete`inline patch.
14
15No changes are made to the db connection details within the config map as the required values will need to be discovered by the test at runtime.
View as plain text