Skip to content

[Task]: JwtSigningKey Named Value Clean-up #31

@simonkurtz-MSFT

Description

@simonkurtz-MSFT

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

Labels

enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededtriageTriage state to classify issue

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions