app-sre / vault-manager

an automation tool for managing HashiCorp vault configurations based on Vault GO API Client
Apache License 2.0
6 stars 19 forks source link

Check for nil attributes on existing groups before attempting conversion #98

Closed dwelch0 closed 1 year ago

dwelch0 commented 1 year ago

Explicit check for nil should be performed before attempting type conversion within for loop.

bkez322 commented 1 year ago

LGTM