We want to be able to control exactly which package owners should be using this feature. This adds a flight (i.e. a feature flag specific to the user) for the new federated credentials (OIDC) feature.
I did some minor private const renaming to address an IDE suggestion (per .editorconfig) which is unrelated to the other changes.
The flight defaults to false meaning it is opt-in.
We generally do not have UTs for these changes since they are so simple.
Progress on https://github.com/NuGet/NuGetGallery/issues/10212. Depends on https://github.com/NuGet/NuGetGallery/pull/10252.
We want to be able to control exactly which package owners should be using this feature. This adds a flight (i.e. a feature flag specific to the user) for the new federated credentials (OIDC) feature.
I did some minor private const renaming to address an IDE suggestion (per
.editorconfig
) which is unrelated to the other changes.The flight defaults to false meaning it is opt-in.
We generally do not have UTs for these changes since they are so simple.