This repository was archived by the owner on Feb 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +28
-1
lines changed Expand file tree Collapse file tree 6 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11
11
* Using the RAFT [ command line] ( cli-reference.md )
12
12
* REST API
13
13
* [ Swagger] ( sdk/swagger.md )
14
- * [ Authentication] ( schema/authentication )
14
+ * [ Authentication] ( schema/authentication.md )
15
15
* [ Using Postman] ( schema/postman.md )
16
16
17
17
* [ Job Definition file] ( schema/jobdefinition.md )
20
20
* [ How to SSH to a container] ( troubleshooting/idle.md )
21
21
* Browse our [ Samples Gallery] ( samples.md )
22
22
* Browse our [ Video Tutorials] ( https://www.youtube.com/channel/UCUgE9Mv0GsavLg4I7z0lHVA )
23
+ * Step-by-step
24
+ * [ Text Token] ( step-by-step/txttoken.md )
Original file line number Diff line number Diff line change
1
+ # How to use Token authentication
2
+
3
+ - Add token to RAFT keyvault
4
+ - Specify in job config token authentication
5
+
6
+ ** Add token to RAFT keyvault**
7
+
8
+ Got to your RAFT deployment keyvault
9
+
10
+ ![ RAFT resource group] ( ../images/resource-group.png )
11
+
12
+ Under the ` Secrets ` select ` Generate/Import ` button.
13
+
14
+ ![ RAFT keyvault] ( ../images/key-vault.png )
15
+
16
+
17
+ Create a secret with name that follows environment variable conventions (e.g. no dashes in the name). Add you ` Token ` text as the secret value.
18
+ ![ Create secret] ( ../images/create-secret.png )
19
+
20
+
21
+ ** Specify in job config token authentication**
22
+
23
+ In your job config specify the secret to be imported in the list of ` keyVaultSecrets ` . Use that secret as ` TxtToken ` authentication method.
24
+
25
+ ![ Job Config] ( ../images/TxtToken-job-config.png )
You can’t perform that action at this time.
0 commit comments