squakez commented on code in PR #4794:
URL: https://github.com/apache/camel-k/pull/4794#discussion_r1345746059


##########
addons/vault/aws/aws_secrets_manager.go:
##########
@@ -46,9 +47,13 @@ type Trait struct {
        traitv1.Trait `property:",squash"`
        // Enables automatic configuration of the trait.
        Auto *bool `property:"auto" json:"auto,omitempty"`
-       // The AWS Access Key to use
+       // The AWS Access Key to use. This could be a plain text or a 
configmap/secret
+       // The content of the aws access key is expected to be a text 
containing a valid AWS access key.
+       // Syntax: [configmap|secret]:name[/key], where name represents the 
resource name, key optionally represents the resource key to be filtered 
(default key value = aws-access-key).
        AccessKey string `property:"access-key" json:"accessKey,omitempty"`
-       // The AWS Secret Key to use
+       // The AWS Secret Key to use. This could be a plain text or a 
configmap/secret
+       //      // The content of the aws secret key is expected to be a text 
containing a valid AWS secret key.

Review Comment:
   Double `//`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to