You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2020/11/19 15:27:15 UTC

[kafka] branch trunk updated (1625984 -> 91679f2)

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 1625984  MINOR: Allow Checkpoints for consumers using static partition assignments (#9545)
     add 91679f2  KAFKA-10692: Add delegation.token.secret.key, deprecate ...master.key (#9623)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/server/DelegationTokenManager.scala   |  2 +-
 core/src/main/scala/kafka/server/KafkaConfig.scala         | 14 +++++++++-----
 .../api/DelegationTokenEndToEndAuthorizationTest.scala     |  2 +-
 .../token/delegation/DelegationTokenManagerTest.scala      | 12 ++++++------
 .../src/test/scala/unit/kafka/server/KafkaConfigTest.scala |  5 +++--
 core/src/test/scala/unit/kafka/utils/TestUtils.scala       |  2 +-
 docs/security.html                                         |  8 ++++----
 tests/kafkatest/services/kafka/config_property.py          |  2 +-
 tests/kafkatest/tests/core/delegation_token_test.py        |  2 +-
 9 files changed, 27 insertions(+), 22 deletions(-)