Logging in to teamserver with Mendix Warden token is not working

0
The version 9 documentation states you can log in to teamserver using your PAT token from Mendix Warden.   When I try to log in to a teamserver repo, it prompts me for username and password, however none of the options listed in the documentation works. If I try to access the url for a git repo (instead of an SVN one), I just get an error page. I made sure my token had the proper permissions to read from team server.   How can I authenticate against teamserver? Bottom line, i’m trying to figure out how to do a commit to teamserver from outside Mendix Studio, as part of a CI/CD pipeline.  
asked
4 answers
9

Hello, Tomas Mendes

Use your Mendix credentials to log onto the team server.

Thanks

answered
1

Username has to can be “pat”

Password is your PAT token.

 

answered
0

Hello Tomas,

TeamserverGIT and PAT token should work.

What do you use as username?

Regards

Thilo

 

answered
0

I assume you are using an SVN repository. SSO does not work with Team Server and PAT is only for git repositories. So best solution might be switching to git. I am afraid you have to create a new app and copy stuff over. Migrating from SVN to git is not yet supported, as far as I know. 

answered