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

Allow shell settings to be stored in a location other than App_Data #1893

Closed
paynecrl97 opened this issue Jun 7, 2018 · 4 comments
Closed
Milestone

Comments

@paynecrl97
Copy link
Member

In O1 we can use Azure blob storage to allow for sites to be hosted in a multi node environment. We need something similar for OC.

A few options for storage:

  • Azure blob
  • Azure key vault
  • SQL DB
  • Redis
  • ... and a tonne of other options

I think we should support at least one. I imagine it working along the lines of:

services.AddOrchardCms();
services.WithAzureKeyVaultShellSettings();

I like the idea of supporting key vault instead of blob storage because a) that's what it's designed to do; and b) we can store the connection string as a secret.

@sebastienros
Copy link
Member

You can already change the folder name in case it helps.

Also ideally it could use a single file/blob, for performance reasons.

@sebastienros sebastienros added this to the rc milestone Jun 7, 2018
@paynecrl97 paynecrl97 changed the title Allow shell settings to be stored in a location other that App_Data Allow shell settings to be stored in a location other than App_Data Jun 7, 2018
@sebastienros sebastienros modified the milestones: rc, 1.0 Aug 11, 2019
@lakuri
Copy link
Contributor

lakuri commented Nov 29, 2019

@sebastienros can you please explain a bit how we can achieve this in OrchardCore?

@jasonchester
Copy link

PR #5678 - Database and Azure blob shells configuration has been merged to dev. Should this issue be resolved?

@deanmarcussen @jtkech

@jtkech
Copy link
Member

jtkech commented Mar 27, 2020

Yes we can close it, thanks

@jtkech jtkech closed this as completed Mar 27, 2020
@sebastienros sebastienros modified the milestones: 1.0, rc2 Jun 11, 2020
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

No branches or pull requests

5 participants