whoami icon indicating copy to clipboard operation
whoami copied to clipboard

Tiny Go server that prints os information and HTTP request to output

Results 21 whoami issues
Sort by recently updated
recently updated
newest added

Could this please be considered to rename the app binary to not overlap with a common *NIX tool `whoami` (`man 1 whoami`) so that those who prefer to not use...

kind/question

- Permit disable /data path to prevent DoS attack - Fixes #17

kind/enhancement
status/2-needs-review

![image](https://user-images.githubusercontent.com/24515576/103742290-8896b900-5035-11eb-9b94-4cd67f0fd4c4.png)

kind/question

binding on port 80 needs root or extended capabilities. changing to a higher port supports non-root execution. already attempted in https://github.com/traefik/whoami/pull/18 , stale due unresponsiveness of pull request creator

Adding the trailing slash allows to trigger the bench handler for performance measurements in situations where a trailing slash character '/' is added to the request. For example, in traefik...

For every request, the following metrics are updated: - `totalRequestCount` - the total number of requests since the application started - `concurrentRequestCount` - the current number of concurrent requests -...

kind/enhancement

support to run container using port 8080 and non-root user 100

When used with cert/key pair, make sure we request the client certificate and display the subject as part of the whoami output.

kind/enhancement
status/2-needs-review

Hi, Please forgive what is probably obvious to most , but what does each line that’s reported mean (exactly)? I’m using the whoami Docker container with others (gluetun) to help...

kind/question