Skip to content

mobile: Allow the Kotlin XdsTest to accept untrusted certs#33381

Closed
abeyad wants to merge 2 commits intoenvoyproxy:mainfrom
abeyad:xds_test_cert
Closed

mobile: Allow the Kotlin XdsTest to accept untrusted certs#33381
abeyad wants to merge 2 commits intoenvoyproxy:mainfrom
abeyad:xds_test_cert

Conversation

@abeyad
Copy link
Copy Markdown
Contributor

@abeyad abeyad commented Apr 8, 2024

The test only sends requests to a local server. Unfortunately, upstreamcacert.pem has expired as of Apr 6, 2024[1]. While we work out generating a new cert, this solves a current permafail in the XdsTest, and ACCEPT_UNTRUSTED is used in other mobile integration tests (e.g.

.setTrustChainVerification(EnvoyConfiguration.TrustChainVerification.ACCEPT_UNTRUSTED)
).

[1] Determined by running openssl x509 -in test/config/integration/certs/upstreamcacert.pem -text -noout

The test only sends requests to a local server.  Unfortunately,
upstreamcacert.pem has expired as of Apr 6, 2024.  While we work out
generating a new cert, this solves a current permafail in the XdsTest,
and ACCEPT_UNTRUSTED is used in other mobile integration tests.

Signed-off-by: Ali Beyad <abeyad@google.com>
@abeyad
Copy link
Copy Markdown
Contributor Author

abeyad commented Apr 8, 2024

/assign @alyssawilk
/assign @phlax

@abeyad abeyad enabled auto-merge (squash) April 8, 2024 04:48
Signed-off-by: Ali Beyad <abeyad@google.com>
@phlax
Copy link
Copy Markdown
Member

phlax commented Apr 8, 2024

hopefully this should not be required - i have rebuilt the certs in #33389

@alyssawilk alyssawilk disabled auto-merge April 8, 2024 12:42
Copy link
Copy Markdown
Contributor

@alyssawilk alyssawilk left a comment

Choose a reason for hiding this comment

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

LGTM but disabling automerge as I think we can revert

@alyssawilk
Copy link
Copy Markdown
Contributor

/wait to keep it out of my dashboard =P

@phlax
Copy link
Copy Markdown
Member

phlax commented Apr 9, 2024

i think this issue was fixed - shall we close this @abeyad ?

@abeyad abeyad closed this Apr 9, 2024
@abeyad
Copy link
Copy Markdown
Contributor Author

abeyad commented Apr 9, 2024

Yup, closed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants