You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
I would like to propose the following config options to be added to this plugin. I would be happy to submit a pr for these enhancements but I was hopping to get some feedback beforehand.
Add a config called something like codeArtifactResolversEnabled that defaults to true to continue current behavior. I have a use case where I would just like to use this plugin to publish to CodeArtifact and not pull from it.
Add a config called something like codeArtifactErrorOnInvalidConfig that defaults to true to continue current behavior. If this is set to false it will only print out the error as a warning. This will limit how often I need to generate the aws auth token since the jars should live in my local cache.
Let me know what you think! I should have a pr up in the next week or so.
The text was updated successfully, but these errors were encountered:
I would like to propose the following config options to be added to this plugin. I would be happy to submit a pr for these enhancements but I was hopping to get some feedback beforehand.
codeArtifactResolversEnabled
that defaults to true to continue current behavior. I have a use case where I would just like to use this plugin to publish to CodeArtifact and not pull from it.codeArtifactErrorOnInvalidConfig
that defaults to true to continue current behavior. If this is set to false it will only print out the error as a warning. This will limit how often I need to generate the aws auth token since the jars should live in my local cache.Let me know what you think! I should have a pr up in the next week or so.
The text was updated successfully, but these errors were encountered: