NAnt VaultTask support integrated security?

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
dhominator2
Posts: 5
Joined: Wed Apr 26, 2006 2:15 pm

NAnt VaultTask support integrated security?

Post by dhominator2 » Wed Apr 26, 2006 2:48 pm

using current release of Vault

Do the VaultTasks support integration security?

Have scm operations up and running using vault tasks and explicit username and password... consider this a temporary hack.

/jhd

ian_sg
Posts: 787
Joined: Wed May 04, 2005 10:55 am
Location: SourceGear
Contact:

Post by ian_sg » Wed Apr 26, 2006 2:56 pm

The Vault NAnt Tasks do not support integrated security at this time.
Ian Olsen
SourceGear

dhominator2
Posts: 5
Joined: Wed Apr 26, 2006 2:15 pm

Post by dhominator2 » Wed Apr 26, 2006 4:54 pm

thx info.

any info/links regarding priority of this feature? 3.x? 4.x? Leaving the keys to the kingdom (user/pass) in plaintext not very attractive.

Seems like you already have the code to do this in the vault client.

/jhd

ian_sg
Posts: 787
Joined: Wed May 04, 2005 10:55 am
Location: SourceGear
Contact:

Post by ian_sg » Thu Apr 27, 2006 8:04 am

I've added a feature request that will be evaluated for the 4.0 release.

Also note that the NAnt tasks are open source. The code is on our public Vault server here: http://vaultpub.sourcegear.com, in the $/latest/src/ folder of the "Build_Tool_Integration" repository.
Ian Olsen
SourceGear

dhominator2
Posts: 5
Joined: Wed Apr 26, 2006 2:15 pm

Post by dhominator2 » Thu Apr 27, 2006 10:41 am

Understood.

Will the WebService support NTLM in the near future? This will influence my hack now vs hack later decision. Consider this a request for Webservice/NTLM support. If the webservice supported ntlm auth, this would be trivial or free.

/jhd

dhominator2
Posts: 5
Joined: Wed Apr 26, 2006 2:15 pm

Post by dhominator2 » Thu Apr 27, 2006 12:08 pm

Ok, I'll byte...

How can I access the profile/user/password saved by the vault client? If I can use these existing credentials (or the code that produces them) I'll have a go at the nant tasks.

/jhd

ian_sg
Posts: 787
Joined: Wed May 04, 2005 10:55 am
Location: SourceGear
Contact:

Post by ian_sg » Fri Apr 28, 2006 10:44 am

NTLM support is already on the list of things to do when we improve Vault's integration with Windows authentication. The best guess, right now, is that this will not make it into Vault 4.0, though this is not a firm commitment either way.

I'm still investigating accessing profile info, but I will get back to you on that.
Ian Olsen
SourceGear

dhominator2
Posts: 5
Joined: Wed Apr 26, 2006 2:15 pm

Post by dhominator2 » Sun Apr 30, 2006 2:47 pm

thx info.

I think it's stored in app data... so probably no direct access. I will get back to this after i've got the build up using plaintext user/password.

/jhd

Post Reply