Skip to content

Commit

Permalink
docs: Document auth rate limiting. Fixes #5217
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Aug 25, 2021
1 parent 530c21d commit 77f477d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/argo-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,12 @@ spec:
```
[Learn more](https://github.com/argoproj/argo-workflows/issues/3080)
## Security
Users should consider the following in their set-up of the Argo Server:
## API Authentication Rate Limiting
Argo Server does not perform authenticatinon directly. It delegates this to either the Kubernetes API Server (when `--auth-mode=client`) and the OAuth provider (when `--auth-mode=sso`). In each case, it is recommended that the the delegate implements any authentication rate limiting you need.

0 comments on commit 77f477d

Please sign in to comment.