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 adding more authentication methods, add capital letters converter #139

Merged
merged 12 commits into from
Apr 12, 2024
Merged

FEAT adding more authentication methods, add capital letters converter #139

merged 12 commits into from
Apr 12, 2024

Conversation

pgrek001
Copy link
Contributor

@pgrek001 pgrek001 commented Apr 9, 2024

Description

This will be more authentication methods to connect to AOAI services via interactive logins.

Tests and Documentation

Documentation provided in the authentication methods.

@romanlutz romanlutz changed the title adding more authentication methods FEAT adding more authentication methods Apr 9, 2024
pyrit/auth/azure_auth.py Show resolved Hide resolved
@romanlutz romanlutz changed the title FEAT adding more authentication methods FEAT adding more authentication methods, add capital letters converter Apr 9, 2024
doc/code/converters.py Show resolved Hide resolved
pyrit/auth/azure_auth.py Show resolved Hide resolved
pyrit/prompt_converter/random_capital_letters_converter.py Outdated Show resolved Hide resolved
pyrit/prompt_converter/capital_letters_converter.py Outdated Show resolved Hide resolved
tests/test_prompt_converter.py Show resolved Hide resolved
@romanlutz romanlutz self-requested a review April 11, 2024 05:39
Copy link
Contributor

@rlundeen2 rlundeen2 left a comment

Choose a reason for hiding this comment

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

Generally, I would separate this into two PRs; one for authentication methods, one for capital letter converters. But not necessarily required going back and re-doing it (still that's probably what I'd do).

But the authentication piece needs some tests and some integration with targets

@pgrek001 pgrek001 merged commit 849651d into Azure:main Apr 12, 2024
4 checks passed
@romanlutz romanlutz linked an issue Apr 19, 2024 that may be closed by this pull request
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.

FEAT capital letters converter
5 participants