Skip to content

Bug: AWS accounts with leading zero are treated as octal #109

@njgarratt

Description

@njgarratt

Hello,

An interesting bug was revealed in fleece today where an aws account number had a leading zero. This number was treated as octal and converted to decimal automatically which then obviously resulted in the error:

Could not fetch AWS Account credentials.
Status: 404
Reason: AWS account xxxxxxxx does not exist.

The correct behaviour would be to not perform this conversion on the input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions