Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add backend configuration #106

Merged
merged 3 commits into from
Dec 3, 2020
Merged

Add backend configuration #106

merged 3 commits into from
Dec 3, 2020

Conversation

lukehoban
Copy link
Contributor

Adds a top level backend field to the Stack CR that allows pointing all operations for the target Stack at the given backend. In cases where backend is set to a non-service backend, the AccessTokenSecret field is also no longer required.

This is dependent on pulumi/pulumi#5789, and cannot be merged until the operator can take a dependency on that change in the core pulumi CLI.

Fixes #83.

Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great - should we document (or point to the backend docs) what backends we support?

@viveklak
Copy link
Contributor

viveklak commented Dec 1, 2020

@lukehoban You might have to rebase to pick up the GHA fixes.

Luke Hoban added 2 commits December 2, 2020 21:41
Adds a top level `backend` field to the Stack CR that allows pointing all operations for the target Stack at the given backend.  In cases where `backend` is set to a non-service backend, the AccessTokenSecret field is also no longer required.

This is dependent on pulumi/pulumi#5789, and cannot be merged until the operator can take a dependency on that change in the core `pulumi` CLI.

Fixes #83.
@lukehoban lukehoban merged commit 3f89557 into master Dec 3, 2020
@lukehoban lukehoban deleted the lukehoban/backends branch December 3, 2020 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for storage backend
4 participants