-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What is the areas you would like to add the new feature to?
Notation CLI
Is your feature request related to a problem?
The environment variables NOTATION_USERNAME and NOTATION_PASSWORD are considered as insecure and not suitable for production since it is possible to leak them to its child processes like plugins.
What solution do you propose?
Remove those environment variables when spawning child process (i.e. plugin process) while keeping other environment variables.
What alternatives have you considered?
It is always good to configure a credential store.
Any additional context?
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done