You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
As specified here https://lyft.github.io/confidant/api.html#post--v1-credentials, it claims that enabled defaults to true. When attempting to POST credentials, confidant posts an error stating that it must not be None, suggesting that it is not defaulted at all.
raise ValueError("Attribute '{0}' cannot be None".format(attr.attr_name))
ValueError: Attribute 'enabled' cannot be None