Aaron Friel

Results 81 issues of Aaron Friel

### What happened? Using the Pulumi Automation API `NewLocalWorkspace` with a private repository as the URL throws an error. This is "hard to use correctly" because the `GitAuth` configuration accepts...

kind/bug
language/go
area/automation-api

This YAML program: ```yaml name: awsx runtime: yaml resources: cluster: type: aws:ecs:Cluster lb: type: awsx:lb:ApplicationLoadBalancer nginx: type: awsx:ecs:FargateService properties: cluster: ${cluster.arn} taskDefinitionArgs: container: image: nginx:latest cpu: 512 memory: 128 portMappings:...

kind/bug
impact/usability
language/go
area/codegen

From #84: > Just as a general heads up - the problem with run into with AICI in production is the case where there are more sequences in batch (and...

**Describe the bug** Wabbajack by default is using 112GiB of memory, or around 1.75GiB per logical CPU on this machine. ![image](https://github.com/user-attachments/assets/f1b5b0b7-b1df-4c2f-bc58-d89233b19006) **Additional Context** This computer has an AMD CPU with...

bug
Stale

I was looking for our documentation on how to enable ES Modules and top-level await, but it looks like the instructions are missing from "pulumi.com". I did find a couple...

area/docs
kind/enhancement

### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

enhancement

Deploying the Docs site requires running a series of scripts, including creating buckets which are managed outside of Pulumi: https://github.com/pulumi/docs/blob/85387b0a12e4efe84654722ed37daeaaf0a3c302/scripts/sync-and-test-bucket.sh#L42-L53 To enable building, reviewing, and delivering cross-cutting changes to Docs...

area/site
kind/enhancement
kind/engineering
docs-ops

The [Available Versions](https://www.pulumi.com/docs/get-started/install/versions/) page provides only a subset of the information GitHub releases contain. As an example: Compare to the [GitHub Releases page](https://github.com/pulumi/pulumi/releases), which since 3.0 has contained release notes,...

area/docs
kind/enhancement

When a user clones a boilerplate repository, `schema.json` is not present. [The Package metadat section of the Pulumi packages how-to-author page](https://www.pulumi.com/docs/using-pulumi/pulumi-packages/how-to-author/#package-metadata) assumes the user knows what this file is, and...

area/docs
impact/usability
kind/enhancement

A user authoring a provider may not realize that we support schematizing configuration keys, which can enable reading config and secrets from env vars or Pulumi config. We should document...

area/docs
impact/usability
kind/enhancement