summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-022-15/+9
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-022-9/+15
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-022-15/+9
|
* Convert athenz-identity-provider-service to junit5Bjørn Christian Seime2022-07-276-96/+96
|
* Use getSubjectCommonName()Bjørn Christian Seime2022-07-211-4/+1
|
* Simplify type definition for subject alternative namesBjørn Christian Seime2022-07-204-10/+10
|
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-201-1/+1
|
* Refer to correct secret version from signed docHåkon Hallingstad2022-06-091-1/+1
|
* Get config server CA certificate secret name from configHåkon Hallingstad2022-05-243-6/+7
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-067-7/+7
|
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-2/+2
|
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-3/+2
|
* clean up importsgjoranv2022-03-181-2/+1
|
* Truncate Instant.now() precision to microsgjoranv2022-03-181-1/+3
| | | | | | - The ObjectMapper used by EntityBindingsMapper.toAttestationData() is limited to microseconds, while some Java 17 jvms yield nanos, causing the test to fail.
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-172-4/+4
|
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-033-7/+8
|
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-033-8/+7
|
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-023-7/+8
|
* Update 2019 Oath copyrights.gjoranv2021-10-2715-15/+15
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-075-5/+5
|
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-2/+2
|
* Validate ips on registerMorten Tokle2021-04-092-13/+44
|
* Optional inject request entity to handler for POST,PUT,PATCHBjørn Christian Seime2021-03-262-8/+8
|
* Allow InstanceConfirmation as responseBjørn Christian Seime2021-03-231-1/+1
|
* Move classes to single package rootBjørn Christian Seime2021-03-2210-23/+14
|
* Rewrite JAX-RS resources in athenz-identity-provider-service as request handlersBjørn Christian Seime2021-03-225-154/+103
|
* Less DockerMartin Polden2021-02-181-5/+5
|
* getNode(...) -> node(...)Jon Bratseth2021-02-102-3/+3
|
* Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-092-4/+5
|
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-094-7/+21
|
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-094-21/+7
|
* Follow API changeJon Bratseth2021-02-092-5/+19
|
* Follow internal API changeJon Bratseth2021-02-092-2/+2
|
* Introduce node IP address poolHåkon Hallingstad2020-11-171-1/+1
| | | | | | | | | | | | | | | | | A host that is supposed to run containers has a non-empty IP pool: A set of IPv4 and/or IPv6 addresses that can be assigned to containers. This PR adds a list of hostnames to this pool. The intent is that the hostnames and IPs match through resolving, but resolution may not yet be available (until DNS changes propagate). For now, only a list of hostnames are specified. We may want to specify (hostname, IP address) pairs or (hostname, IPv4, IPv6) triplets later, and the serialization format allows for that by storing the hsotnames in an array of objects, the object having a "hostname" field. However the REST API is kept simpler for now: it exposes and allows patching of an array of strings of a "additionalHostnames" field.
* Move ErrorHandlerMorten Tokle2020-11-101-0/+1
|
* Revert "Revert "Report metrics on athenz client errors""Morten Tokle2020-11-102-4/+5
|
* Revert "Report metrics on athenz client errors"Morten Tokle2020-11-092-5/+4
|
* Report metrics on Athenz client errorsMorten Tokle2020-11-061-1/+1
|
* Create DefaultZtsClient builderMorten Tokle2020-11-062-4/+5
|
* Create node builderValerij Fredriksen2020-10-262-13/+4
|
* Add switch hostname to REST APIMartin Polden2020-09-222-2/+2
|
* Stick to junit for simple test.Henning Baldersheim2020-08-111-3/+1
|
* Inline unnecessary methodsMartin Polden2020-07-213-6/+7
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-255-5/+5
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-5/+5
|