apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 86 forks source link

Add type definition for AthenzX509Config #358

Closed hrsakai closed 11 months ago

hrsakai commented 11 months ago

Motivation

Athenz support x.509 certificate and tokenExpirationTime param has been removed at https://github.com/apache/pulsar-client-cpp/pull/274 .

Modifications

Verifying this change

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

Documentation

massakam commented 11 months ago

I think the following page needs to be updated, so I'll label it as doc-required. https://pulsar.apache.org/docs/next/security-athenz/

massakam commented 11 months ago

The document has been updated by https://github.com/apache/pulsar-site/pull/747.