[
https://issues.apache.org/jira/browse/CAMEL-18625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17620342#comment-17620342
]
Ajithlal edited comment on CAMEL-18625 at 10/19/22 12:51 PM:
-------------------------------------------------------------
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}
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)