• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

projectatomic / osbs-client / 659
70%
master: 86%

Build:
Build:
LAST BUILD BRANCH: obsb7503
DEFAULT BRANCH: master
Ran 06 Aug 2015 03:13PM UTC
Jobs 2
Files 15
Run time 43s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
659

push

travis-ci

mmilata
Implement authentication with client certificates

Closes #160.

To test:

* Create cert/key pair for your OpenShift instance for user user_name
  and place them in the api_config directory:

      oadm create-api-client-config \
        --user=user_name \
        --client-dir=api_config \
        --certificate-authority=/etc/openshift/master/ca.crt \
        --signer-cert=/etc/openshift/master/master/ca.crt \
        --signer-key=/etc/openshift/master/ca.key \
        --signer-serial=/etc/openshift/master/ca.serial.txt

* Copy the api_config directory to your machine.
* Use osbs-client with client certificate authentication:

      osbs \
        -i yourinstance \
        --client-cert api_config/user_name.crt \
        --client-key api_config/user_name.key \
        --without-auth \
        get-user

  You should see Name: "user_name" in the output. Note that OAuth is not
  used here.

1103 of 1636 relevant lines covered (67.42%)

1.34 hits per line

Jobs
ID Job ID Ran Files Coverage
2 659.2 06 Aug 2015 03:13PM UTC 0
66.5
Travis Job 659.2
3 659.3 06 Aug 2015 03:14PM UTC 0
67.18
Travis Job 659.3
Source Files on build 659
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #659
  • 43a4035c on github
  • Next Build on 160-client-cert-auth (#763)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc