Qarik-Group / carousel

Apache License 2.0
1 stars 2 forks source link

Fixes Issue #4, stack overflow caused by cyclical cred references #5

Closed mrferris closed 3 years ago

mrferris commented 3 years ago

I've validated that this PR fixes #4 in which cyclical credential references caused credential.Active() to infinitely call itself recursively until SO.

I do not know why the Credhub in question contained cyclical references in the first place, or whether there is a good reason for this to occur. Thoughts welcome.