Giter VIP home page Giter VIP logo

jenkins-jcasc-demo's Introduction

jenkins-jcasc-demo

Demo for jenkins with jcasc and docker

Minimal requirements for testing.

The following info must exists.

Credential-id Credential type Description Filename secret
AZTENANT-DEV Secret text Azure Tenant secret_tenant
AZSUBSCRIPTION-DEV Secret text Azure Subscription secret_subscription
AZCLIENT-DEV Secret text Azure client ID for Service Principal secret_clientid
AZCERTIFICATE-DEV Secret file Azure pfx associated with Service Principal secret_spcertificatepfx
AZACCESSKEY-DEV Secret text Azure access key for storage account used for terraform backend secret_armaccesskey

We are using a Service Prinpical with certificate, not a secret, also we will use docker secrets for the credentials.

create the files described in the previous table with their correct info.

After the files area created create the docker secrets.

docker swarm init # in wsl you can't use secrets without swarm
for secret in $(ls secret_*); do
echo "$secret" | docker secret create $secret -
done

Start the service.

docker-compose up -d

Open your browser and play with it.

http://localhost:8080/

username: admin

password: admin

In the remote repositoty terraform test repo change the backend values.

jenkins-jcasc-demo's People

Contributors

aldenso avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.