Re: How do I store details securely with django?

2018-11-14 Thread Lance Haig
s@googlegroups.com> <mailto:django-users@googlegroups.com> on behalf of Lance Haig <mailto:lnh...@gmail.com> *Sent:* Monday, November 12, 2018 9:07:30 AM *To:* django-users@googlegroups.com <mailto:django-users@googlegroups.com> *Subject

Re: How do I store details securely with django?

2018-11-14 Thread Lance Haig
*From:* django-users@googlegroups.com on behalf of Lance Haig *Sent:* Monday, November 12, 2018 4:45:50 PM *To:* django-users@googlegroups.com *Subject:* Re: How do I store details securely with django? Hi Eric, I am sure I

Re: How do I store details securely with django?

2018-11-14 Thread Lance Haig
Thanks I will take a look at that Lance On 11/13/18 6:29 AM, Mike Dewhirst wrote: Another thought Django admin has a built-in mechanism for password management. It includes forms with password widgets.Perhaps you could hack your own encryption of the cloud credentials based on the Django

Re: How do I store details securely with django?

2018-11-12 Thread Mike Dewhirst
Another thought Django admin has a built-in mechanism for password management. It includes forms with password widgets.Perhaps you could hack your own encryption of the cloud credentials based on the Django approach to passwords. It is possible to add forms to the Admin and include your own

Re: How do I store details securely with django?

2018-11-12 Thread Devender Kumar
-- > *From:* django-users@googlegroups.com on > behalf of Lance Haig > *Sent:* Monday, November 12, 2018 4:45:50 PM > *To:* django-users@googlegroups.com > *Subject:* Re: How do I store details securely with django? > > > Hi Eric, > > I a

Re: How do I store details securely with django?

2018-11-12 Thread PASCUAL Eric
@googlegroups.com Subject: Re: How do I store details securely with django? Hi Eric, I am sure I have not explained myself properly. The app does the following. It presents a user the ability to sign up to a cloud platform for a sandbox / playground account. The number of cloud services

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
Hi Mike, Thank you for taking the time to read this. I have highlighted these sentences in your response *The bottom line question: What is lost if temporary creds are compromised?* The credentials have high level access to the backed system think e.g  kubernetes admin so compromise would

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
est Eric *From:* django-users@googlegroups.com on behalf of Lance Haig *Sent:* Monday, November 12, 2018 9:07:30 AM *To:* django-users@googlegroups.com *Subject:* Re: How do I store details securely with django? Hi Eric, Thanks for the response. This idea has an end goal of bein

Re: How do I store details securely with django?

2018-11-12 Thread Pradeep Singh
(and > secrets) are passed to the app as environment variables, on which > Kubernetes configuration maps and secrets are mapped to. Thanks to this, > values are stored nowhere in the app code, companion files or database. > > > Regards > > > Eric > ---

Re: How do I store details securely with django?

2018-11-12 Thread PASCUAL Eric
groups.com on behalf of Lance Haig Sent: Monday, November 12, 2018 9:07:30 AM To: django-users@googlegroups.com Subject: Re: How do I store details securely with django? Hi Eric, Thanks for the response. This idea has an end goal of being deployed in a resilient way so most probably docker with

Re: How do I store details securely with django?

2018-11-12 Thread Mike Dewhirst
On 12/11/2018 7:02 PM, Lance Haig wrote: Hi, Thanks for responding. My answers inline On 11/11/18 11:07 PM, Mike Dewhirst wrote: On 12/11/2018 12:47 AM, Lance Haig wrote: Hi, I have a project I am working on https://github.com/lhaig/usery/ and part of the roadmap of the project is to add

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
*From:* django-users@googlegroups.com on behalf of Mike Dewhirst *Sent:* Sunday, November 11, 2018 11:07:14 PM *To:* django-users@googlegroups.com *Subject:* Re: How do I store details securely with django? On 12/11/2018 12:47 AM, Lance Haig wrote: > Hi, > > I have a pro

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
Hi, Thanks for responding. My answers inline On 11/11/18 11:07 PM, Mike Dewhirst wrote: On 12/11/2018 12:47 AM, Lance Haig wrote: Hi, I have a project I am working on https://github.com/lhaig/usery/ and part of the roadmap of the project is to add more cloud types to the list. I wanted

Re: How do I store details securely with django?

2018-11-11 Thread PASCUAL Eric
@googlegroups.com on behalf of Mike Dewhirst Sent: Sunday, November 11, 2018 11:07:14 PM To: django-users@googlegroups.com Subject: Re: How do I store details securely with django? On 12/11/2018 12:47 AM, Lance Haig wrote: > Hi, > > I have a project I am working on https://github.com/lh

Re: How do I store details securely with django?

2018-11-11 Thread Mike Dewhirst
On 12/11/2018 12:47 AM, Lance Haig wrote: Hi, I have a project I am working on https://github.com/lhaig/usery/ and part of the roadmap of the project is to add more cloud types to the list. I wanted to allow admins for these services to login and create records for their different clouds