Skip to content
#

letsencrypt

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

bmw
bmw commented May 14, 2020

In all of our current uses of os.umask or filesystem.umask, we always temporarily set it to a different value and then restore it using a try/finally block. I expect this pattern to continue.

Because of that, why don't we create a simple function in certbot.util that can be used as a context manager to set umask to a value and restore it to its previous value when exiting the with blo

aschiffmann
aschiffmann commented Apr 21, 2021

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Issue Description

When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))

I am not saying that it is a common use case to have

nginxconfig.io
5idereal
5idereal commented Jun 15, 2022

Information

Browser Info

Details

Description

The translation for "Copy a base64 string of the compressed config" will revert to English after clicked. Also, the "Copied" text isn't translatable.

Steps to reproduce

Scroll down to Download section and "click on the Copy a base64 string of the compressed config" link.

bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest Issues folks can work on for Hacktoberfest
SgtCoDFish
SgtCoDFish commented Jul 12, 2022

Inspired by this reddit thread

We currently hardcode a pod security context when we create acmesolver pods:

https://github.com/cert-manager/cert-manager/blob/33c7c298b19364d66f6b3f23de7796b4b5c635ee/pkg/issuer/acme/http/pod.go#L176-L181

This enforces RunAsNonRoot which is a sane default given

good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Improve this page

Add a description, image, and links to the letsencrypt 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 letsencrypt topic, visit your repo's landing page and select "manage topics."

Learn more