aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz/src/test/java/com/yahoo/vespa/athenz/identityprovider/client/AthenzIdentityProviderImplTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "revert new athenz provider MERGEOK"Ola Aunrønning2023-04-271-44/+6
|
* Revert "Revert "Merge pull request #26859 from ↵Morten Tokle2023-04-271-6/+44
| | | | | | vespa-engine/revert-26805-olaa/versioned-feature-flag"" This reverts commit e10612188741a2d5ce9c69b80c35015b38ea1627.
* Revert "Merge pull request #26859 from ↵Ola Aunronning2023-04-261-44/+6
| | | | | | | vespa-engine/revert-26805-olaa/versioned-feature-flag" This reverts commit 01cc25458c74d2902879087919f67622600ffc65, reversing changes made to a6c5b734b94d0239db9df0d37e390f82d3deabf1.
* Revert "Write tenant service identity at same location as ↵Morten Tokle2023-04-261-6/+44
| | | | AthenzCredentialsService"
* Add testOla Aunronning2023-04-251-0/+122
|
* Rename AthenzIdentityProviderImpl classesOla Aunronning2023-04-251-160/+0
|
* Convert vespa-athenz to junit5Bjørn Christian Seime2022-07-271-16/+20
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-2/+2
|
* Allow applications to re-use SSLContext returned by providerBjørn Christian Seime2019-07-031-9/+57
| | | | | | - Use MutableX509KeyManager instead of re-creating SSLContext when credentials are updated. - Make AthenzIdentityProviderImpl responsible for creating initial SSLContext. - Use proper x509 certificates and keys in unit test instead of Mockito mocks.
* Remove support for ntokensBjørn Christian Seime2018-06-131-2/+2
|
* Use mutual TLS auth when communicating with ZTSBjørn Christian Seime2018-06-111-57/+10
| | | | | - Remove instance register/refresh from ad-hoc ZtsClient implementation - Deprecate ad-hoc ZtsClient
* Use mutual TLS auth when retrieving identity documentBjørn Christian Seime2018-06-111-12/+12
|
* Add identity type to unique instance id and signed identity documentBjørn Christian Seime2018-06-071-2/+4
|
* Prepare for inlining of 'IdentityDocument' into 'SignedIdentityDocument'Bjørn Christian Seime2018-06-071-1/+5
|
* Revert "Prepare for inlining of 'IdentityDocument' into ↵Jon Marius Venstad2018-06-031-5/+1
| | | | | | 'SignedIdentityDocument'" This reverts commit 48ea96e26f4cc037f0cf81a303b4617ea8e2441d.
* Revert "Add identity type to unique instance id and signed identity document"Jon Marius Venstad2018-06-031-4/+2
| | | | This reverts commit cfa6d7bb63402b83c84a16411a207e946de33246.
* Add identity type to unique instance id and signed identity documentBjørn Christian Seime2018-05-311-2/+4
|
* Prepare for inlining of 'IdentityDocument' into 'SignedIdentityDocument'Bjørn Christian Seime2018-05-311-1/+5
|
* Remove deprecated identity-document entity typesBjørn Christian Seime2018-05-281-12/+24
|
* Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-151-1/+1
|
* Rename IdentityDocumentService -> IdentityDocumentClientBjørn Christian Seime2018-05-041-3/+3
|
* Rename AthenzService -> ZtsClientBjørn Christian Seime2018-04-271-4/+4
|
* Reuse SSLContext when communicating with ZTSBjørn Christian Seime2018-04-271-2/+1
|
* Only create SSLContext once for each updateBjørn Christian Seime2018-04-261-2/+20
|
* Move identity provider client to new Java packageBjørn Christian Seime2018-04-181-0/+120