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

feat(compute/deploy): add Object Store to manifest [setup] #764

Merged
merged 6 commits into from
Jan 17, 2023

Conversation

Integralist
Copy link
Collaborator

@Integralist Integralist commented Jan 17, 2023

[setup]

  [setup.object_stores]

    [setup.object_stores.store_one]
      description = "My first object store"

      [setup.object_stores.store_one.items]

        [setup.object_stores.store_one.items.bar]
          description = "a good description about bar"
          value = "my default value for bar"

        [setup.object_stores.store_one.items.foo]
          description = "a good description about foo"
          value = "my default value for foo"

Screenshot 2023-01-17 at 15 02 29

Screenshot 2023-01-17 at 15 05 41

@Integralist Integralist added the enhancement New feature or request label Jan 17, 2023
@Integralist Integralist merged commit f4dcbb4 into main Jan 17, 2023
@Integralist Integralist deleted the integralist/object-store-setup branch January 17, 2023 15:10
awilliams-fastly added a commit that referenced this pull request Jan 20, 2023
Adds ability to define Secret Stores in the `[setup]` section of a
`fastly.toml` config file. The user will be prompted to create the
defined stores and secrets on creation of a service when using `fastly
compute deploy`.

Related: #764
awilliams-fastly added a commit that referenced this pull request Apr 12, 2023
Adds ability to define Secret Stores in the `[setup]` section of a `fastly.toml` config file.
The user will be prompted to create the defined stores and secrets on creation of a service when using `fastly compute deploy`.

Related: #717, #764
awilliams-fastly added a commit that referenced this pull request Apr 12, 2023
Adds ability to define Secret Stores in the `[setup]` section of a `fastly.toml` config file.
The user will be prompted to create the defined stores and secrets on creation of a service when using `fastly compute deploy`.

Related: #717, #764
awilliams-fastly added a commit that referenced this pull request Apr 12, 2023
Adds ability to define Secret Stores in the `[setup]` section of a `fastly.toml` config file.
The user will be prompted to create the defined stores and secrets on creation of a service when using `fastly compute deploy`.

Related: #717, #764
awilliams-fastly added a commit that referenced this pull request Apr 13, 2023
Adds ability to define Secret Stores in the `[setup]` section of a `fastly.toml` config file.
The user will be prompted to create the defined stores and secrets on creation of a service when using `fastly compute deploy`.

Related: #717, #764
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant