Skip to content

Commit

Permalink
Fix docs, remove 2 hour powershell test
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Jun 4, 2024
1 parent bd337c9 commit 1c97a49
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/arm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ Providing `temp_resource_group_name` or `location` in combination with
Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_TOKEN` variable

- `oidc_request_url` (string) - OIDC Request URL is used for GitHub Actions OIDC, this token is used with oidc_request_url to fetch access tokens to Azure
Value in GitHub Actions can be extracted from the `ARM_OIDC_REQUEST_URL` variable
Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_URL` variable

- `use_azure_cli_auth` (bool) - Flag to use Azure CLI authentication. Defaults to false.
CLI auth will use the information from an active `az login` session to connect to Azure and set the subscription id and tenant id associated to the signed in account.
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/components/builder/chroot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ information.
Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_TOKEN` variable

- `oidc_request_url` (string) - OIDC Request URL is used for GitHub Actions OIDC, this token is used with oidc_request_url to fetch access tokens to Azure
Value in GitHub Actions can be extracted from the `ARM_OIDC_REQUEST_URL` variable
Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_URL` variable

- `use_azure_cli_auth` (bool) - Flag to use Azure CLI authentication. Defaults to false.
CLI auth will use the information from an active `az login` session to connect to Azure and set the subscription id and tenant id associated to the signed in account.
Expand Down
2 changes: 1 addition & 1 deletion builder/azure/common/client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Config struct {
// Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_TOKEN` variable
OidcRequestToken string `mapstructure:"oidc_request_token"`
// OIDC Request URL is used for GitHub Actions OIDC, this token is used with oidc_request_url to fetch access tokens to Azure
// Value in GitHub Actions can be extracted from the `ARM_OIDC_REQUEST_URL` variable
// Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_URL` variable
OidcRequestURL string `mapstructure:"oidc_request_url"`
authType string

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_TOKEN` variable

- `oidc_request_url` (string) - OIDC Request URL is used for GitHub Actions OIDC, this token is used with oidc_request_url to fetch access tokens to Azure
Value in GitHub Actions can be extracted from the `ARM_OIDC_REQUEST_URL` variable
Value in GitHub Actions can be extracted from the `ACTIONS_ID_TOKEN_REQUEST_URL` variable

- `use_azure_cli_auth` (bool) - Flag to use Azure CLI authentication. Defaults to false.
CLI auth will use the information from an active `az login` session to connect to Azure and set the subscription id and tenant id associated to the signed in account.
Expand Down
1 change: 0 additions & 1 deletion example/github-oidc-example.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ source "azure-arm" "autogenerated_1" {

build {
sources = ["source.azure-arm.autogenerated_1"]
provisioner "powershell" { inline = ["Start-Sleep -Seconds 7200"]}
}

0 comments on commit 1c97a49

Please sign in to comment.