Skip to content

Commit

Permalink
(maint) Regenerate references.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbuchanan45 committed Oct 11, 2024
1 parent 8db17e4 commit c13c900
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
* [`ssl_clean`](#ssl_clean): Clean an agent's certificate
* [`submit_csr`](#submit_csr): Submit a certificate signing request
* [`transform_classification_groups`](#transform_classification_groups): Transform the user groups from a source backup to a list of groups on the target server
* [`validate_rbac_token`](#validate_rbac_token): Check an RBAC token stored in a file is valid
* [`wait_until_service_ready`](#wait_until_service_ready): Return when the orchestrator service is healthy, or timeout after 15 seconds

### Plans
Expand Down Expand Up @@ -1572,6 +1573,20 @@ Data type: `String`

Location of target node group yaml file and where to create the transformed file

### <a name="validate_rbac_token"></a>`validate_rbac_token`

Check an RBAC token stored in a file is valid

**Supports noop?** false

#### Parameters

##### `token_file`

Data type: `Optional[String]`

The path to the token file to use

### <a name="wait_until_service_ready"></a>`wait_until_service_ready`

Return when the orchestrator service is healthy, or timeout after 15 seconds
Expand Down
2 changes: 1 addition & 1 deletion tasks/validate_rbac_token.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "Get and save an rbac token for the root user, admin rbac user",
"description": "Check an RBAC token stored in a file is valid",
"parameters": {
"token_file": {
"type": "Optional[String]",
Expand Down

0 comments on commit c13c900

Please sign in to comment.