Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#automation-api
Title
# automation-api
g
gorgeous-accountant-60580
07/28/2022, 9:02 PM
Hi! If I run my Pulumi integration tests with Bazel, I run into trouble because the ~/.pulumi/credentials.json file is inaccessible. Is it possible to log in some other way, that doesn’t require accessing the host file system?
b
bored-oyster-3147
07/28/2022, 10:11 PM
You could use the
PULUMI_ACCESS_TOKEN
environment variable.
https://www.pulumi.com/docs/reference/cli/environment-variables/
👍 1
11 Views
Post