mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 01:08:36 -05:00
af457ad8eb
almost all of our current credential values are strings, but under the v1 Credential model, `authorize` is boolean additionally, if a field is specified with no type, fall back to `string` as a default (this is almost always what people creating custom types will want) see: #6406