Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
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
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
#general
Title
s
some-carpenter-53382
10/01/2019, 10:30 PM
I've been told that community / open-source version of pulumi is only single user... Can someone explain that?
g
gentle-diamond-70147
10/01/2019, 10:34 PM
The open-source tool can be used by any number of users. The community tier of the service which provides state storage, history, etc. is limited to a single user -
https://www.pulumi.com/pricing/#community-edition
. Note: you can use the open-source tool without the service entirely, you just need to take care to store the state file yourself.
https://www.pulumi.com/docs/troubleshooting/faq/#can-i-use-pulumi-without-depending-on-pulumi-com
c
colossal-room-15708
10/01/2019, 10:43 PM
@gentle-diamond-70147
is there an overview of what would be missing if we didn't use the service but just the open source tool? Can we still use encrypted settings for example?
g
gentle-diamond-70147
10/01/2019, 10:44 PM
I don't think we have a page that lists it in that manner, no. Encrypted secrets are available in open-source - using a passphrase or one of the external encryption providers.
https://www.pulumi.com/docs/intro/concepts/config/#initializing-a-stack-with-alternative-encryption
c
colossal-room-15708
10/01/2019, 10:44 PM
Perfect, thanks.
Post