Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f0570f3

Browse files
authored
Merge pull request #25 from philips-software/feature/hsdp-pki
HSDP PKI client
2 parents dc27531 + 7c34802 commit f0570f3

10 files changed

+1533
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The current implement covers only a subset of HSDP APIs. Basically we implement
1313

1414
- [x] Cartel c.q. Container Host management ([examples](cartel/README.md))
1515
- [x] IronIO tasks, codes and schedules management ([examples](iron/README.md))
16+
- [x] HSDP PKI services
1617
- [x] HSDP IAM/IDM management
1718
- [x] Groups
1819
- [x] Organizations

config/bindata.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/hsdp.toml

+4
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,7 @@ url = "https://kibana-client-test.sa1.hsdp.io"
226226
url = "https://kibana.sa1.hsdp.io"
227227
[region.apac3.env.prod.service.kibana]
228228
url = "https://kibana.ap3.hsdp.io"
229+
230+
# Service PKI
231+
[region.eu-west.env.client-test.service.pki]
232+
url = "https://pki-proxy-client-test.eu-west.philips-healthsuite.com"

0 commit comments

Comments
 (0)