[jira] [Commented] (CAMEL-17644) Support ability to load properties from Vault/Secrets cloud services

2022-03-01 Thread Andrea Cosentino (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-17644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17499684#comment-17499684
 ] 

Andrea Cosentino commented on CAMEL-17644:
--

GCP Secret Manager - Done.

> Support ability to load properties from Vault/Secrets cloud services 
> -
>
> Key: CAMEL-17644
> URL: https://issues.apache.org/jira/browse/CAMEL-17644
> Project: Camel
>  Issue Type: Improvement
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 3.16.0
>
>
> This is slightly different from CAMEL-11030
> With this I'd like to able to do stuff like:
> {code:bash}
> {{aws:token}}
> {code}
> and get the secret value from the secret token on AWS Secrets Manager, this 
> could be done for also GCP and Azure.
> For the beginning we are not considering secret rotations, but we'll arrive 
> at that during development cycle.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CAMEL-17644) Support ability to load properties from Vault/Secrets cloud services

2022-02-17 Thread Andrea Cosentino (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-17644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17494114#comment-17494114
 ] 

Andrea Cosentino commented on CAMEL-17644:
--

For aws Secrets Manager, we are now able to do stuff like


{code:bash}
{{aws:database:username}}
{code}

Where database is the secrets manager secret and username is one of the field 
composing the secret.

This is really useful for example in camel-k, but also in Kamelet and 
camel-main.

Next step:

Creating gcp secrets manager component and add a properties function in there
Creating an Azure Key Vault component and add a properties function in there

> Support ability to load properties from Vault/Secrets cloud services
> 
>
> Key: CAMEL-17644
> URL: https://issues.apache.org/jira/browse/CAMEL-17644
> Project: Camel
>  Issue Type: Improvement
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 3.x
>
>
> This is slightly different from CAMEL-11030
> With this I'd like to able to do stuff like:
> {code:bash}
> {{aws:token}}
> {code}
> and get the secret value from the secret token on AWS Secrets Manager, this 
> could be done for also GCP and Azure.
> For the beginning we are not considering secret rotations, but we'll arrive 
> at that during development cycle.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CAMEL-17644) Support ability to load properties from Vault/Secrets cloud services

2022-02-15 Thread Andrea Cosentino (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-17644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492532#comment-17492532
 ] 

Andrea Cosentino commented on CAMEL-17644:
--

By leveraging, CAMEL-17647, we can move the functions in their own component.

> Support ability to load properties from Vault/Secrets cloud services
> 
>
> Key: CAMEL-17644
> URL: https://issues.apache.org/jira/browse/CAMEL-17644
> Project: Camel
>  Issue Type: Improvement
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 3.x
>
>
> This is slightly different from CAMEL-11030
> With this I'd like to able to do stuff like:
> {code:bash}
> {{aws:token}}
> {code}
> and get the secret value from the secret token on AWS Secrets Manager, this 
> could be done for also GCP and Azure.
> For the beginning we are not considering secret rotations, but we'll arrive 
> at that during development cycle.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CAMEL-17644) Support ability to load properties from Vault/Secrets cloud services

2022-02-14 Thread Andrea Cosentino (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-17644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492020#comment-17492020
 ] 

Andrea Cosentino commented on CAMEL-17644:
--

AWS Secrets Manager - Done.

> Support ability to load properties from Vault/Secrets cloud services
> 
>
> Key: CAMEL-17644
> URL: https://issues.apache.org/jira/browse/CAMEL-17644
> Project: Camel
>  Issue Type: Improvement
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 3.x
>
>
> This is slightly different from CAMEL-11030
> With this I'd like to able to do stuff like:
> {code:bash}
> {{aws:token}}
> {code}
> and get the secret value from the secret token on AWS Secrets Manager, this 
> could be done for also GCP and Azure.
> For the beginning we are not considering secret rotations, but we'll arrive 
> at that during development cycle.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)