Skip to content

Commit c13c900

Browse files
committed
(maint) Regenerate references.md
1 parent 8db17e4 commit c13c900

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

REFERENCE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
* [`ssl_clean`](#ssl_clean): Clean an agent's certificate
8787
* [`submit_csr`](#submit_csr): Submit a certificate signing request
8888
* [`transform_classification_groups`](#transform_classification_groups): Transform the user groups from a source backup to a list of groups on the target server
89+
* [`validate_rbac_token`](#validate_rbac_token): Check an RBAC token stored in a file is valid
8990
* [`wait_until_service_ready`](#wait_until_service_ready): Return when the orchestrator service is healthy, or timeout after 15 seconds
9091

9192
### Plans
@@ -1572,6 +1573,20 @@ Data type: `String`
15721573

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

1576+
### <a name="validate_rbac_token"></a>`validate_rbac_token`
1577+
1578+
Check an RBAC token stored in a file is valid
1579+
1580+
**Supports noop?** false
1581+
1582+
#### Parameters
1583+
1584+
##### `token_file`
1585+
1586+
Data type: `Optional[String]`
1587+
1588+
The path to the token file to use
1589+
15751590
### <a name="wait_until_service_ready"></a>`wait_until_service_ready`
15761591

15771592
Return when the orchestrator service is healthy, or timeout after 15 seconds

tasks/validate_rbac_token.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Get and save an rbac token for the root user, admin rbac user",
2+
"description": "Check an RBAC token stored in a file is valid",
33
"parameters": {
44
"token_file": {
55
"type": "Optional[String]",

0 commit comments

Comments
 (0)