Skip to content

Don't force nodes. prefix on all api paths#915

Open
SexySparrow wants to merge 1 commit intomasterfrom
adrianB/dont_force_nodes_prefix
Open

Don't force nodes. prefix on all api paths#915
SexySparrow wants to merge 1 commit intomasterfrom
adrianB/dont_force_nodes_prefix

Conversation

@SexySparrow
Copy link
Copy Markdown

This PR also enables the use of the new api paths from the em-client

@SexySparrow SexySparrow self-assigned this Apr 7, 2026
let base_path = if sever.starts_with("ccm.") && server.ends_with("fortanix.com") {
format!("nodes.{}", server)
} else {
server.to_owned()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I understand first branch is for CCM, what the case for this branch?
Other armor services?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yes indeed, its for the armor platform.

@SexySparrow SexySparrow requested a review from Taowyoo April 8, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants