-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Support storage backends other than github #426
Comments
Certainly sounds good to me - are you able to contribute time for this @danielpops (no harm in asking I hope)? |
@jgadsden honestly probably not in the very near future :) I'm definitely not up to speed yet on the overall codebase / design to propose a design for this, though I am very interested in the functionality. |
Implementation should be very similar to #1 so I will progress a PR. Highlighting now so you can shut this down if you dont want it. Intent is:
May need to 'default' the branch screen to show a generic branch equivalent, possibly use S3 versioning. |
excellent that you can work on this @steve-winter , thanks for taking this one on as well |
Describe what problem your feature request solves
Instead of using github repositories for storage of threat models, I'd like to store them all in an alternative centralized storage mechanism (I have a strong affinity to AWS, so s3 would be my preference)
Describe the solution you'd like
Introduce a storage mechanism configuration and support options like which cloud provider (aws, azure, google) and any relevant configuration options for each one (for AWS, this would probably just be bucket name and region). Of course, this introduces a new dependency on IAM credentials for the service, which I'd say is an exercise left to the reader (I'd personally launch threat-dragon as a containerized workload in AWS and attach an IAM role, but others assumedly would want to set AWS_ACCESS_KEY_ID etc.)
The text was updated successfully, but these errors were encountered: