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

Keep original `force_classic` value during profile inheritance #464

Closed noamcohen97 closed 3 months ago

noamcohen97 commented 3 months ago

Description

When inheriting a profile stating force_classic = False this value is getting overridden by the default value force_classic = True if the child profile does not explicitly set force_classic = False as well

Related Issue

fixes #463

Motivation and Context

How Has This Been Tested?

Added a test

Screenshots (if appropriate):

Types of changes

Checklist:

epierce commented 3 months ago

Looks good - Thanks!

noamcohen97 commented 3 months ago

@epierce When can we expect this to be released?

epierce commented 3 months ago

I should be able to cut a new release early next week