If a profile name given in the --accounts filename does not exist in the ~/.aws directory, gcreds executes and appears to generate credentials while throwing strange segfault errors.
Logic must be added to precheck the existence of profile names before credential generation and halt if a profilename does not exist. If it does exist, continue with normal credential generation.
If a profile name given in the
--accountsfilename does not exist in the~/.awsdirectory, gcreds executes and appears to generate credentials while throwing strange segfault errors.Logic must be added to precheck the existence of profile names before credential generation and halt if a profilename does not exist. If it does exist, continue with normal credential generation.