Skip to content

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Oct 6, 2025

Part of stackabletech/issues#733. This adds the EoS checker to the operator.

// type: string
pub fn tls_key_length_schema(_: &mut schemars::gen::SchemaGenerator) -> Schema {
pub fn tls_key_length_schema(_: &mut SchemaGenerator) -> Schema {
serde_json::from_value(serde_json::json!({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could use the new schemars macro for that

// NOTE (@Techassi): I'm not quite sure if there is any benefit to pinning these futures
// to the stack (maybe slightly better performance), but it was there before and as such
// we will keep it.
pin!(csi_server, truststore_controller, eos_checker);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think previously the pin was needed, now not any more. We also removed it in other PRs IIRC

@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Development: In Review
Development

Successfully merging this pull request may close these issues.

2 participants