Skip to content
#

identity

Here are 1,018 public repositories matching this topic...

pomerium
travisgroth
travisgroth commented Aug 14, 2019

Is your feature request related to a problem? Please describe.

As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.

Describe the solution you'd like

We should provide some sanity checking to prevent unintended timeout behavior.

henrik-me
henrik-me commented Jul 10, 2021

Open the nuget package with NugetPackageExplorer
Under Health it can be observed that deterministic (dll/exe) is flagged for an error.

The solution is that the ContinuousIntegrationBuild MSBuild property has to be set to true when built on CI. In practice that means something like this in your directory props/targets file.

  <PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
    <Con

Improve this page

Add a description, image, and links to the identity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the identity topic, visit your repo's landing page and select "manage topics."

Learn more