You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add api, commands, and binding support for mTLS certificates (cloudflare#2567)
* Add mtls-certificate api
Mostly simple proxies to the SSL mTLS endpoints
Adds a new OAuth scope to allow this
* Add mtls-certificate commands
* Support bindings of type mtls_certificate
* Add tests
* Add changeset
- \\"mtls_certificates\\" bindings should be objects, but got \\"a string\\"
2251
+
- \\"mtls_certificates\\" bindings should be objects, but got 123
2252
+
- \\"mtls_certificates\\" bindings should be objects, but got false
2253
+
- \\"mtls_certificates[3]\\" bindings should have a string \\"binding\\" field but got {\\"binding\\":123,\\"namespace\\":123}.
2254
+
- \\"mtls_certificates[3]\\" bindings should have a string \\"certificate_id\\" field but got {\\"binding\\":123,\\"namespace\\":123}.
2255
+
- \\"mtls_certificates[4]\\" bindings should have a string \\"certificate_id\\" field but got {\\"binding\\":\\"CERT_ONE\\",\\"id\\":\\"1234\\"}.
2256
+
- \\"mtls_certificates[5]\\" bindings should have a string \\"certificate_id\\" field but got {\\"binding\\":\\"CERT_TWO\\",\\"certificate_id\\":1234}.
2257
+
- \\"mtls_certificates[7]\\" bindings should have a string \\"binding\\" field but got {\\"binding\\":true,\\"service\\":\\"1234\\"}.
2258
+
- \\"mtls_certificates[7]\\" bindings should have a string \\"certificate_id\\" field but got {\\"binding\\":true,\\"service\\":\\"1234\\"}."
0 commit comments