Commit 96138d6 1 parent a0e76fe commit 96138d6 Copy full SHA for 96138d6
File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ ``` yaml
2
+ kind : token
3
+ version : v2
4
+ metadata :
5
+ name : spacelift
6
+ spec :
7
+ roles : [Bot]
8
+ join_method : spacelift
9
+
10
+ # This must match a bot name, created either with `tctl bots add` or by
11
+ # creating a `bot` resource.
12
+ bot_name : spacelift
13
+
14
+ spacelift :
15
+ # hostname should be the hostname of your Spacelift tenant.
16
+ hostname : example.app.spacelift.io
17
+ # allow specifies rules that control which Spacelift executions will be
18
+ # granted access. Those not matching any allow rule will be denied.
19
+ allow :
20
+ # space_id identifies the space that the module or stack resides within.
21
+ - space_id : root
22
+ # caller_type is the type of caller_id. This must be `stack` or `module`.
23
+ caller_type : stack
24
+ # caller_id is the id of the caller. e.g the name of the stack or module.
25
+ caller_id : my-stack
26
+ # scope is the scope of the token - either `read` or `write`.
27
+ # See https://docs.spacelift.io/integrations/cloud-providers/oidc/#about-scopes
28
+ scope : read
29
+ ` ` `
Original file line number Diff line number Diff line change @@ -440,6 +440,18 @@ Support for self-hosted Terraform Enterprise requires Teleport Enterprise.
440
440
- [ Run the Teleport Terraform Provider on Terraform Cloud] ( ../admin-guides/infrastructure-as-code/terraform-provider/terraform-cloud.mdx )
441
441
</Admonition >
442
442
443
+ ### Spacelift: ` spacelift `
444
+
445
+ This join method is used to authenticate using Spacelift. It is typically used
446
+ by the Teleport Terraform provider on Spacelift (including self-hosted
447
+ deployments).
448
+
449
+ (!docs/pages/includes/provision-token/spacelift-spec.mdx!)
450
+
451
+ <Admonition type = " note" title = " See Also" >
452
+ - [ Run the Teleport Terraform Provider on Spacelift] ( ../admin-guides/infrastructure-as-code/terraform-provider/spacelift.mdx )
453
+ </Admonition >
454
+
443
455
### Bitbucket Pipelines: ` bitbucket `
444
456
445
457
This join method is used to authenticate using Bitbucket's support for OpenID
You can’t perform that action at this time.
0 commit comments