-
Notifications
You must be signed in to change notification settings - Fork 14
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriageTriage state to classify issueTriage state to classify issue
Description
Describe the task
Several samples create JwtSigningKey named values with a timestamp. This is necessary to avoid updating the value when APIs may still be referencing that named value (chicken & egg situation). Running the same sample many times, however, results in clutter as we accumulate many JwtSigningKey named values.
Consider adding clean-up steps at the end of each sample run that removes every JwtSigningKey value different from the one we currently used. Ensure that error handling is built-in to not terminate when an exception is encountered.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriageTriage state to classify issueTriage state to classify issue