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 panic from nil logger #36

Merged
merged 4 commits into from
Feb 18, 2022
Merged

Fix panic from nil logger #36

merged 4 commits into from
Feb 18, 2022

Conversation

jasonodonnell
Copy link
Contributor

We aren't passing in a logger, which can cause Vault to panic if it attempts to use a logger in the SDK ldaputil code.

@jasonodonnell jasonodonnell merged commit 706e7bb into main Feb 18, 2022
@jasonodonnell jasonodonnell deleted the ldaputil-panic branch February 18, 2022 22:33
jasonodonnell added a commit that referenced this pull request Feb 18, 2022
* Fix panic from nil logger

* Check if logger is nil

* Add comment

* Update per review
jasonodonnell added a commit that referenced this pull request Feb 18, 2022
* Fix panic from nil logger

* Check if logger is nil

* Add comment

* Update per review
jasonodonnell added a commit that referenced this pull request Feb 18, 2022
* Fix panic from nil logger

* Check if logger is nil

* Add comment

* Update per review
jasonodonnell added a commit that referenced this pull request Feb 19, 2022
* Fix panic from nil logger

* Check if logger is nil

* Add comment

* Update per review
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