Skip to content

Commit

Permalink
Add docs for MIMIR_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-hajiani committed Jun 20, 2022
1 parent 8e5a07f commit 289c38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operations/mimir-rules-action/README.md
Expand Up @@ -11,6 +11,7 @@ This action is configured using environment variables defined in the workflow. T
| `MIMIR_ADDRESS` | URL address for the target Mimir cluster | `false` | N/A |
| `MIMIR_TENANT_ID` | ID for the desired tenant in the target Mimir cluster. Used as the username under HTTP Basic authentication. | `false` | N/A |
| `MIMIR_API_KEY` | Optional password that is required for password-protected Mimir clusters. An encrypted [github secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) is recommended. Used as the password under HTTP Basic authentication. | `false` | N/A |
| `MIMIR_AUTH_TOKEN` | Optional bearer or JWT token that is required for Mimir clusters authenticating by bearer or JWT token. An encrypted [github secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) is recommended. | `false` | N/A |
| `ACTION` | Which action to take. One of `lint`, `prepare`, `check`, `diff` or `sync` | `true` | N/A |
| `RULES_DIR` | Comma-separated list of directories to walk in order to source rules files | `false` | `./` |
| `LABEL_EXCLUDED_RULE_GROUPS` | Comma separated list of rule group names to exclude when including the configured label to aggregations. This option is supported only by the `prepare` action. | `false` | N/A |
Expand Down

0 comments on commit 289c38c

Please sign in to comment.