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 logic. I have 
done that - without the extra credentials part - to create additional data 
based on converting a @domain added to a username into a company name and 
company profile.

Mike

On Monday, November 12, 2018 at 12:47:56 AM UTC+11, 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 in the DB and then use these when people 
> request access to these services. 
>
> I need to find a secure way to store these credentials so that even if 
> the DB is compromised that the credentials are safe. 
>
> Does anyone have suggestions on how I can accomplish this? 
>
> I would really appreciate some advice. 
>
> Regards 
>
> Lance 
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/df4e7fc2-cf4d-4742-9fd3-adc1e7d037c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to