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

Fix: missing LogCredentialType causes exception while reading log data #418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

explody
Copy link
Contributor

@explody explody commented Aug 22, 2024

While fetching and reading logs, we began hitting an unhandled exception of

ValueError: 'CERTIFICATE' is not a valid LogCredentialType

We determined this was from recently deploying FastPass and device integrations, which caused a new authentication type to appear in the logs.

I tracked this down to okta/models/log_credential_type.py, where based on the existing lines, the "CERTIFICATE" type was simply missing, so I've added that.

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.

1 participant