Skip to content

Conversation

@minottic
Copy link
Member

@minottic minottic commented Nov 4, 2025

Given the auth header format in the new BE, a new option key is set to prepend the header with a string.

Below the complete SciCat options for old BE

{
            "login_path": "https://myscicat.com/api/v3/users/login"
            "token_prefix": ""
}

and new BE

{
            "login_path": "https://myscicat.com/api/v3/auth/login"
            "token_prefix": "Bearer "
}

The scilog options remain unchanged

@minottic minottic requested review from a team and wakonig November 4, 2025 12:50
Copy link
Contributor

@wakonig wakonig left a comment

Choose a reason for hiding this comment

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

lgtm! - I don't think that this will have any effect on the way we've been using the scilog SDK in BEC ;)

@minottic minottic merged commit 2ed44ab into main Nov 6, 2025
5 checks passed
@minottic minottic deleted the scilog_v4 branch November 6, 2025 12:23
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.

3 participants