You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Get SPIRE" section of the spiffe.io website calls the github releases API to build the releases download page. Unfortunately as this API has a strict limit for unauthenticated callers, and it's triggered on each site rebuild, it's possible to exceed the limit. This in turn breaks site building.
The suggested fix is to ensure this API is not called when in "development mode". Ideally this would be accomplished by an optional CLI flag provided to hugo that when specified would cause the site to skip calling the GH releases API.
The text was updated successfully, but these errors were encountered:
The "Get SPIRE" section of the spiffe.io website calls the github releases API to build the releases download page. Unfortunately as this API has a strict limit for unauthenticated callers, and it's triggered on each site rebuild, it's possible to exceed the limit. This in turn breaks site building.
The suggested fix is to ensure this API is not called when in "development mode". Ideally this would be accomplished by an optional CLI flag provided to hugo that when specified would cause the site to skip calling the GH releases API.
The text was updated successfully, but these errors were encountered: