Feature #140
User credentials should be stored in a file
Status: | Closed | Start date: | 09/01/2009 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | - | |||
Target version: | Release 1.4 | |||
Resolution: | fixed | Pull request: |
Description
Read user security credentials in a file so the password is not in an environment variable. More secure than ONE_AUTH method. Maybe ONE_AUTH can point to the file that holds this information.
Associated revisions
#140: Now the core and defualt scheduler use the file pointed in ONE_AUTH. If ONE_AUTH is not defined $HOME/.one/one_auth will be used.
git-svn-id: http://svn.opennebula.org/one/trunk@824 3034c82b-c49b-4eb3-8279-a7acafdc01c0
ONE_AUTH now in file for OCCI. For #140
git-svn-id: http://svn.opennebula.org/one/trunk@826 3034c82b-c49b-4eb3-8279-a7acafdc01c0
ONE_AUTH now in file for EC2. For #140
git-svn-id: http://svn.opennebula.org/one/trunk@827 3034c82b-c49b-4eb3-8279-a7acafdc01c0
OCA now uses ONE_AUTH as files. Fix for #140
git-svn-id: http://svn.opennebula.org/one/trunk@828 3034c82b-c49b-4eb3-8279-a7acafdc01c0
Avoid error when setting ONE_AUTH to a directory. For #140
git-svn-id: http://svn.opennebula.org/one/trunk@829 3034c82b-c49b-4eb3-8279-a7acafdc01c0
Merge pull request #140 from n40lab/B4749
Fix duplicated NICs issue
History
#1 Updated by Ruben S. Montero almost 12 years ago
- Target version set to Release 1.4
#2 Updated by Tino Vázquez over 11 years ago
- Category deleted (
Client API & Library) - Status changed from Assigned to 3
- Assignee changed from Javi Fontan to Tino Vázquez
- % Done changed from 0 to 100
- Resolution set to fixed
File should contain a single line stating "username:password"
If ONE_AUTH is not defined $HOME/.one/one_auth will be used.
Needs doc update and some testing.
#3 Updated by Tino Vázquez over 11 years ago
- Status changed from 3 to Assigned
#4 Updated by Tino Vázquez over 11 years ago
- Status changed from Assigned to Closed
Tested & Doc updated. Closing.