Skip to content

Conversation

@jcabrero
Copy link
Member

@jcabrero jcabrero commented Oct 9, 2025

No description provided.

@jcabrero jcabrero force-pushed the feat/nilauth-credit branch 2 times, most recently from a47a535 to cd6581c Compare October 10, 2025 10:24
@jcabrero jcabrero force-pushed the feat/nilauth-credit branch from ad75ef0 to c206efa Compare November 19, 2025 12:51
* feat: added improved database structure and logging

* feat: updated nilauth-credit image hash

* feat: unit test corrections

* fix: pytests unit and e2e errors

* fix: improved and fixed gpt oss CI docker compose file

* fix: e2e fixes for responses endpoints

* fix: nildb commands
…o_tests

chore: add native client to tests
chore: remove etcd in favor of redis
…eless_containers

chore: refactor remove unused containers
"""
if self.auth_type != AuthType.DELEGATION_TOKEN:
raise RuntimeError(
"Invocation token is only available through API key mode only"
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure about this error message. It should probably be "Invocation token via delegation requires auth_type=DELEGATION_TOKEN". Same for the following method as they are currently excluding one each other

assert server.config == DefaultDelegationTokenServerConfig
assert hasattr(server, "private_key")

def test_init_with_custom_config(self, private_key_hex, custom_config):
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 the custom_config should be passed in the DelegationTokenServer

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