-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
91 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
examples/resources/conduktor_gateway_service_account_v2/complex.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/resources/conduktor_gateway_service_account_v2/simple.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nal/schema/resource_gateway_service_account_v2/gateway_service_account_v2_resource_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
internal/testdata/gateway_service_account_v2_resource_create.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
internal/testdata/gateway_service_account_v2_resource_update.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
page_title: "Conduktor : conduktor_gateway_service_account_v2 " | ||
subcategory: "gateway/v2" | ||
description: |- | ||
Resource for managing Conduktor Gateway Service Accounts. | ||
This resource allows you to create, read, update and delete service accounts in Conduktor Gateway. | ||
--- | ||
|
||
# {{ .Name }} | ||
|
||
Resource for managing Conduktor service accounts. | ||
This resource allows you to create, read, update and delete service accounts in Conduktor Gateway. | ||
|
||
## Example Usage | ||
|
||
### Simple service account of LOCAL type and without a vCluster | ||
{{tffile "examples/resources/conduktor_gateway_service_account_v2/simple.tf"}} | ||
|
||
### Complex service account of EXTERNAL type with expernal names and a vCluster | ||
{{tffile "examples/resources/conduktor_gateway_service_account_v2/complex.tf"}} | ||
|
||
|
||
{{ .SchemaMarkdown }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# Init manifests are used to initialize Console with the necessary resources using CLI. | ||
--- | ||
apiVersion: gateway/v2 | ||
kind: VirtualCluster | ||
metadata: | ||
name: "vcluster_sa" | ||
spec: | ||
aclEnabled: false # defaults to false |