Nike-Inc / gimme-aws-creds

A CLI that utilizes Okta IdP via SAML to acquire temporary AWS credentials
Apache License 2.0
919 stars 262 forks source link

Check config options as Booleans instead of strings #461

Closed epierce closed 3 months ago

epierce commented 3 months ago

Description

Part of the code changes included with #440 was converting the True/False strings read in from the config file to Booleans. However, some of the code still expected those values to be strings. This change fixes the two remaining spots that expected them to be strings.

Related Issue

459

How Has This Been Tested?

Tested on macOS w/ Python 3.12 - all tests have been updated

Types of changes

Checklist: