You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ajithlal (Jira)" <ji...@apache.org> on 2022/10/19 12:55:00 UTC

[jira] (CAMEL-18625) Provide an option to pass specific AWS SAML Profile

    [ https://issues.apache.org/jira/browse/CAMEL-18625 ]


    Ajithlal deleted comment on CAMEL-18625:
    ----------------------------------

was (Author: JIRAUSER297241):
If I am creating specific ProfileCredentialProvider. How can I pass to below code 

 
{code:java}
from("timer://myTimer?fixedRate=true&period=10000")
            .log("{{aws:SecretTest}}");

{code}
 

> Provide an option to pass specific AWS SAML Profile 
> ----------------------------------------------------
>
>                 Key: CAMEL-18625
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18625
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-aws
>            Reporter: Ajithlal
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: 3.20.0
>
>
> 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 )
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)