FINRAOS / Gatekeeper

Gatekeeper is a self-serviced web application allowing users to make requests for temporary access to EC2 & RDS instances running in AWS and gain access instantly

Home Page:https://finraos.github.io/Gatekeeper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accounts call should treat account numbers as String and not as Integers

SMxJrz opened this issue · comments

Currently OS version of Gatekeeper is treating AWS account numbers as Integers and not as Strings, this must be fixed as account numbers can be affixed with a 0 as the leading number. causing an account 003282839315 to have it's leading 0's stripped.

To fix this we must update the code that calls the account service to handle account numbers as strings