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

shield create-store does not ask AWS information when creating store in s3[BUG] #688

Open
xiujiao opened this issue Jun 9, 2020 · 1 comment
Labels
triage Issues that are pending triage / validation by a SHIELD contributor
Milestone

Comments

@xiujiao
Copy link
Contributor

xiujiao commented Jun 9, 2020

Describe the bug
When I run shield create-store, I went through the following steps

shield create-store
Store Name: test
Description: to store backup for stuff
SHIELD Agent (IP:port): x.x.x.x:5444
Backup Plugin: s3
Threshold: 5G

It did not ask me information on AWS key ID and secret and bucket name, caused the store to fail after being created.
I was able to run shield update-store to add those missing entries and the store did work after that.

To Reproduce
shield create-store with s3 plugin

Expected behavior
It should ask information on S3 authentication and bucket since it is required to make the store work

SHIELD versions (please complete the following information):

  • SHIELD Core: 8.7.2
  • SHIELD CLI: 8.7.2
@xiujiao xiujiao added the triage Issues that are pending triage / validation by a SHIELD contributor label Jun 9, 2020
@jhunt jhunt added this to the v9 milestone Jun 26, 2020
@jhunt
Copy link
Contributor

jhunt commented Jun 26, 2020

This is a "works as designed" part of the SHIELD CLI; Perhaps the better approach is to remove the semi-interactive form and just rely on command-line parameters for everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues that are pending triage / validation by a SHIELD contributor
Development

No branches or pull requests

2 participants