summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
|
* Satisfy Mockito in unrelated moduleMartin Polden2020-02-141-6/+12
|
* Get rid of Maven warning by removing duplicate dependenciesBjørn Christian Seime2019-11-271-13/+0
|
* Implement REST API for instance registrationMartin Polden2019-09-201-0/+12
|
* Serialization of instance typesMartin Polden2019-09-201-0/+6
|
* Upgrade to ZooKeeper 3.4.14Harald Musum2019-09-011-0/+7
|
* Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-291-7/+0
|
* Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-281-0/+7
|
* Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-271-7/+0
|
* Move commentHarald Musum2019-08-271-1/+1
|
* Merge branch 'master' into ↵Harald Musum2019-08-261-8/+46
|\ | | | | | | revert-10388-revert-10370-revert-10346-revert-10336-hmusum/upgrade-to-zookeeper-3.4.14
| * Fixes after code reviewHarald Musum2019-08-261-7/+3
| |
| * Stop depending on container-testHarald Musum2019-08-261-8/+50
| |
* | Revert "Revert "Depend on zkfacade for tests""Harald Musum2019-08-261-0/+7
| | | | | | | | This reverts commit 2cd3a22cdc98429dc12c09c6b196eeebadc8e08c.
* | Revert "Depend on zkfacade for tests"Harald Musum2019-08-261-7/+0
| | | | | | | | This reverts commit 4cc62fbbbc5984e14ee38774c3600dcf612bd5a0.
* | Depend on zkfacade for testsHarald Musum2019-08-261-0/+7
|/
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-1/+1
|
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-0/+2
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-1/+1
|
* Replace use of AthenzCertificateClient with DefaultZtsClientBjørn Christian Seime2018-06-151-32/+0
|
* Prepare for inlining of 'IdentityDocument' into 'SignedIdentityDocument'Bjørn Christian Seime2018-06-071-0/+8
|
* Revert "Prepare for inlining of 'IdentityDocument' into ↵Jon Marius Venstad2018-06-031-8/+0
| | | | | | 'SignedIdentityDocument'" This reverts commit 48ea96e26f4cc037f0cf81a303b4617ea8e2441d.
* Prepare for inlining of 'IdentityDocument' into 'SignedIdentityDocument'Bjørn Christian Seime2018-05-311-0/+8
|
* Remove use of deprecated entity typesBjørn Christian Seime2018-05-161-6/+0
|
* Add new binding types which name does not conflict with model typesBjørn Christian Seime2018-05-111-0/+6
| | | | | | - Deprecate old types - Add utility class to map between the types - Temporarily allow deprecation warnings in vespa-athenz + athenz-identity-provider-service.
* Use bouncycastle from container-dev.gjoranv2018-03-071-11/+9
|
* Don't bundle in BouncyCastle artifacts in athenz-identity-provider-serviceBjørn Christian Seime2018-03-071-2/+2
|
* Add zts client depMorten Tokle2018-02-221-0/+24
|
* Add bouncycastle compile scope depMorten Tokle2018-02-211-0/+10
|
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-211-73/+14
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-201-24/+73
|
* Add bouncycastle compile scope depMorten Tokle2018-02-201-0/+10
|
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-201-73/+14
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-201-14/+73
|
* Move identity provider to athenz-identity-provider-service moduleMorten Tokle2018-02-161-73/+14
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add JavaTimeModule to Jersey. Exclude Jackson from athenz bundleBjørn Christian Seime2017-11-221-5/+26
|
* Create certificate request signerValerij Fredriksen2017-11-091-0/+6
|
* Validate identity same as in services.xmlValerij Fredriksen2017-11-021-0/+6
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Exclude slf4j-api from Athenz dependenciesBjørn Christian Seime2017-10-251-0/+12
| | | | | slf4j-api must be excluded, otherwise bundle will fail on class loading because of a loader constraint violation.
* Use provided scope for config-provisioningMorten Tokle2017-10-241-0/+1
|
* Remove dependencies declaration for those transitively provided by container-devBjørn Christian Seime2017-10-231-6/+0
|
* Use BouncyCastle with 'compile' scopeBjørn Christian Seime2017-10-231-21/+0
|
* Add Athenz identity provider and configurationMorten Tokle2017-10-201-0/+22
|
* Add Athenz Identity Provider ServiceBjørn Christian Seime2017-10-181-0/+122