Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for credential auth for non-tool-references #1139

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

thedadams
Copy link
Contributor

Support authentication for agent and workflow tools that use non-tool-references in their definition. That is, a GitHub-hosted tool or a local tool.

During the implementation and testing for non-tool-references, I also spotted a gap: nested tools. That is, if an agent uses a tool that uses a tool that has a credential, then the authentication for that tool would not be processed. After this change, it will.

@thedadams
Copy link
Contributor Author

thedadams commented Jan 7, 2025

Shoot. One more change needs to be made. Going to draft for now.

EDIT: fixed and ready for review now.

@thedadams thedadams marked this pull request as draft January 7, 2025 14:17
@thedadams thedadams force-pushed the cred-auth-non-ref-support branch from 0e66d6b to c9620ad Compare January 7, 2025 15:24
@thedadams thedadams marked this pull request as ready for review January 7, 2025 15:24
Support authentication for agent and workflow tools that use
non-tool-references in their definition. That is, a GitHub hosted tool
or a local tool.

During the implementation and testing for non-tool-references, I also
spotted a gap: nested tools. That is, if an agent uses a tool that uses
a tool that has a credential, then the authentication for that tool
would not be processed. After this change, it will.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams thedadams force-pushed the cred-auth-non-ref-support branch from c9620ad to 2fa2478 Compare January 8, 2025 12:04
@thedadams thedadams merged commit 200e057 into obot-platform:main Jan 8, 2025
2 checks passed
@thedadams thedadams deleted the cred-auth-non-ref-support branch January 8, 2025 19:56
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