Giter VIP home page Giter VIP logo

Comments (3)

indreshmourya1106 avatar indreshmourya1106 commented on June 12, 2024

can anyone help here? I am not able to test it via command after docker configuration , we have on prim azure devops server ,version 2022 RC1

from aggregator-cli.

giuliov avatar giuliov commented on June 12, 2024

Configuring docker is complex. Given that I do not have a lab with 2022 RC1, the only way to help you is have details on what you have done (which version are you using, which checklist you followed, verbose logging, etc.) and what is failing (a mispelled name can cause errors).
Do not underestimate that you have the source code, can debug and pinpoint the exact line of code that is not working.

from aggregator-cli.

indreshmourya1106 avatar indreshmourya1106 commented on June 12, 2024

Configuring docker is complex. Given that I do not have a lab with 2022 RC1, the only way to help you is have details on what you have done (which version are you using, which checklist you followed, verbose logging, etc.) and what is failing (a mispelled name can cause errors). Do not underestimate that you have the source code, can debug and pinpoint the exact line of code that is not working.

We have docker host machine which has windows server 2019 and On prim azure devops Server 2022 RC1.We are trying to configure TFS aggregator for enable some rule for Azure devops server.

We have done below step so far :

• DNS entry for Aggregator
• generated a valid certificate in .pfx format (matches the above)
• pulled the docker image (docker pull tfsaggregator/aggregator3:latest)
• prepare apikeys.json
• copied the pfx and json files above in a secrets directory on the docker host
• writtene the rule files
• copied the rule files in a rules directory on the docker host
• ran the container, mounting both the secrets and rules directories, and defining the Aggregator_SharedSecret environment variable.

docker run --rm -it -p 5320:5320 -e Aggregator_SharedSecret=********** -e Aggregator_VstsToken=********** -e ASPNETCORE_Kestrel__Certificates__Default__Password="" -e Aggregator_SharedSecret= --mount type=bind,source=c:/src/github.com/tfsaggregator/aggregator-cli/docker/secrets/,target=c:/secrets --mount type=bind,source=c:/src/github.com/tfsaggregator/aggregator-cli/docker/rules/,target=c:/rules tfsaggregator/aggregator3:latest

Now I am not sure what should I do next

from aggregator-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.