Details
Description
Currently there is no option to pass specific AWS SAML profile when I am connecting to AWS secret-manager from camel aws vault program.
I am expecting ,need a option to set aws saml profile name inside application.properties file.
If user is make below configuration
camel.vault.aws.defaultCredentialsProvider=false
camel.vault.aws.saml.profileCredentialName=intdev
then it should connect to aws resource.
("intdev" is aws saml profile name."intdev" is not default profile )