- 11月 05, 2022
- 11月 04, 2022
-
-
由 Vincent Jiang 创作于
-
由 Sushant Mahajan 创作于
* This PR relates to populating the field `identity` in the authentication audit_log. * The changes comprise modifications to Audit Log Utils and OAuth validator/handler classes to set the appropriate information in the DTOs. * There are changes in ConfluentAuditLogProvider to create the actual events.
-
由 Feng Min 创作于
When the tenant quota is unlimited, we currently processed them in a random order. If we have multiple quota entities with UNLIMITED quota, the one with more usage will be punished unfairly during auto-tuning. The fix is to order them based on the usage size. The smaller usage go first. This is also consistent with how we process quota entities with defined quotas.
-
由 pberton 创作于
Includes https://github.com/confluentinc/cc-docker-base/pull/146
-
由 Ritika Reddy 创作于
* Added metrics and test - truncation one passes * Shifted truncation metrics to Replica Manager * Fixed NewLeaderLEOLessThannHWM Test * chore: reset mk-include * Squashed 'mk-include/' content from commit 8f64f67c04 git-subtree-dir: mk-include git-subtree-split: 8f64f67c04911a121158de46d213455f70824141 * chore: add mk-include-git-hash * Addressed comments on PR * Addressed Jenkins Errors * Addressed Comments on PR and reverted mk file changes * Change reverted * Change reverted * Addressed comments * remove remaining mk-files Co-authored-by: Justine <jolshan@confluent.io>
-
由 Vincent Jiang 创作于
-
由 Eftychia 创作于
-
- 11月 03, 2022
-
-
由 Manikumar Reddy 创作于
-
由 LucasLyld 创作于
Co-authored-by: Manikumar Reddy <manikumar.reddy@gmail.com>
-
由 Lingnan Liu 创作于
* Add TableGenerator pretty printer * Use system line separator
-
由 Panagiotis Garefalakis 创作于
* AUTHN-1353: KsqlAdmin user should be able to manage its ApiKey
-
由 Vincent Jiang 创作于
-
由 Jason Gustafson 创作于
In system tests, we often have DEBUG logging enabled on the broker. These two messages contribute to a large portion of the server logs. In one test, the server log size reduced from 181MB to 20MB after filtering these messages. TRACE level seems more appropriate. Reviewers: Reviewers: David Jacot <djacot@confluent.io>
-
由 Aishwarya Gune 创作于
* Add tenantsById map to ClusterModel, update ClusterMetadata to store tenants. The tenants information is populated in ClusterModel on cluster metadata refresh.
-
由 kpatelatwork 创作于
* KGLOBAL-2355 adher to matching the key format(networkId:pkcId) that is being used by refiner * use string.split instead * minor nit checkstyle
-
由 kpatelatwork 创作于
* KGLOBAL-2209 add mTLS client auth configs to link config using broker server certs * committing refactoring to move mTLS code for networkId and TLS config override in ce-broker * refactored to use builder factory and fixed tests * got the test working with mTLS using broker cert * got the test working with mTLS using broker cert * changed order of static variable * refactored code to move the code back in core repo but cloud code in a separate class minor nits refactored to remove brokerconfig/link config * use reflection to treat localhost as a CCLOUD host * minor nits * resolved minor nits * moved from java to scala and more review comments * refactored setupClusters for better encapsulation of mtls setup and added more comments to make the intent more clear * moved code around to simplify the diff * fixed a logging security issue
-
由 Arvind Thirunarayanan 创作于
- 11月 02, 2022
-
-
由 Vincent Jiang 创作于
-
由 Sarat Kakarla 创作于
* added the cell manageability APIs
-