Kong / docs.konghq.com

🦍 Source code for docs.konghq.com website.
https://docs.konghq.com
MIT License
196 stars 594 forks source link

mTLS Plugin Config "cert_cache_ttl" Operates in Seconds, Not Milliseconds #7732

Open deckong opened 2 months ago

deckong commented 2 months ago

Where is the problem?

https://docs.konghq.com/hub/kong-inc/mtls-auth/configuration/#config-cert_cache_ttl

What happened?

The context for this configuration mentions it operates in milliseconds but it in fact operates in seconds.

The other plugin config "cache_ttl" appears to be documented correctly.

What did you expect to happen?

The language should change to reflect "seconds", not "milliseconds".

Code of Conduct and Community Expectations

cloudjumpercat commented 1 week ago

Thanks for the feedback @deckong ! I opened a PR here that fixes this: https://github.com/Kong/kong-ee/pull/10378