-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(deps)!: remove
swagger-ui-react
(#13818)
Signed-off-by: Anton Gilgur <[email protected]> Signed-off-by: Mason Malone <[email protected]> Co-authored-by: Mason Malone <[email protected]>
- Loading branch information
Showing
7 changed files
with
72 additions
and
1,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
# REST API | ||
|
||
## Argo Server API | ||
|
||
> v2.5 and after | ||
Argo Workflows ships with a server that provides more features and security than before. | ||
|
||
The server can be configured with or without client auth (`server --auth-mode client`). When it is disabled, then clients must pass their KUBECONFIG base 64 encoded in the HTTP `Authorization` header: | ||
|
||
```bash | ||
ARGO_TOKEN=$(argo auth token) | ||
curl -H "Authorization: $ARGO_TOKEN" https://localhost:2746/api/v1/workflows/argo | ||
``` | ||
|
||
* Learn more on [how to generate an access token](access-token.md). | ||
|
||
API reference docs : | ||
Argo ships with an API server with [configurable authentication](argo-server-auth-mode.md). | ||
You can [generate an access token](access-token.md) when `--auth-mode client` is configured and use it to access the API. | ||
|
||
* [Latest docs](swagger.md) (maybe incorrect) | ||
* Interactively in the [Argo Server UI](https://localhost:2746/apidocs). (>= v2.10) | ||
* View the [API reference](swagger.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.