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

TykTechnologies / tyk / 4288 / 1
55%
master: %

Build:
Build:
LAST BUILD BRANCH: v2.9.4.8
DEFAULT BRANCH: master
Ran 02 Mar 2018 09:20AM UTC
Files 87
Run time 4s
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

01 Mar 2018 07:47PM UTC coverage: 55.165%. First build
LATEST_GO=true

push

travis-ci

buger
create/get keys with hashed keys logic added (#1499)

added changes for https://github.com/TykTechnologies/tyk/issues/1256

- creating key - `POST /keys/create`, `POST /keys` and `POST /keys/{keyName}` also return field `"key_hash"` if key hashing is switched on
- get all (or per API) keys  - `GET /keys` returns list of key hashes if key hashing is switched on
- get one key info by hash `GET /keys/{keyName}?hashed=true"`
- `DELETE /keys/{keyName}?hashed=true"` - remains the same (delete by hash)

one more thing for documenting:
- added new config value `"enable_hashed_keys_listing"` with `"false"` by default

this config value controls access to `GET /keys` when keys are hashed.
- so, if `"hash_keys":true` and `"enable_hashed_keys_listing":false` then `GET /keys` will return 404 with explanation why
- if `"hash_keys":true` and `"enable_hashed_keys_listing":true` then `GET /keys` will return 200 with list of hashes

7887 of 14297 relevant lines covered (55.17%)

0.61 hits per line

Source Files on job 4288.1 (LATEST_GO=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 4288.1
  • ff84c0e1 on github
  • Next Job for LATEST_GO=true on conf-example-edit (#4289.1)
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

© 2026 Coveralls, Inc