Skip to content

DAOS-18539 cart: detect SLINGSHOT_VNIS when set#17583

Open
soumagne wants to merge 1 commit intomasterfrom
soumagne/crt_vni_detect
Open

DAOS-18539 cart: detect SLINGSHOT_VNIS when set#17583
soumagne wants to merge 1 commit intomasterfrom
soumagne/crt_vni_detect

Conversation

@soumagne
Copy link
Collaborator

Prevent server from passing fabric_auth_key to client

Clean up ep_credit/ctx_max_num/crt_timeout init parsing

Remove ENV_STR_NO_PRINT that was used to hide env var content

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Prevent server from passing fabric_auth_key to client

Clean up ep_credit/ctx_max_num/crt_timeout init parsing

Remove ENV_STR_NO_PRINT that was used to hide env var content

Signed-off-by: Jerome Soumagne <jerome.soumagne@hpe.com>
@soumagne soumagne requested review from a team as code owners February 19, 2026 23:35
@github-actions
Copy link

Ticket title is 'CART support for DAOS commands with VNIs'
Status is 'In Progress'
https://daosio.atlassian.net/browse/DAOS-18539

Copy link
Contributor

@daltonbohning daltonbohning left a comment

Choose a reason for hiding this comment

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

ftest LGTM

@daosbuild3
Copy link
Collaborator

Copy link
Contributor

@tanabarr tanabarr left a comment

Choose a reason for hiding this comment

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

requesting changes just so the question can be answered

// WithFabricAuthKey sets the top-level fabric authorization key.
func (cfg *Server) WithFabricAuthKey(key string) *Server {
cfg.Fabric.AuthKey = key
cfg.ClientEnvVars = common.MergeKeyValues(cfg.ClientEnvVars, []string{cfg.Fabric.GetAuthKeyEnv()})
Copy link
Contributor

Choose a reason for hiding this comment

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

If we aren't using cfg.Fabric.GetAuthKeyEnv here and it's not used elsewhere do we need to remove it and anything related from the fabric structure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments