aboutsummaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-252-4/+4
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-253-5/+5
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-256-6/+6
|
* Use DockerImage instead of String, part 2Harald Musum2020-04-172-2/+2
|
* Reduce log levelHarald Musum2020-04-151-3/+3
|
* Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-231-1/+2
| | | | | | | | | | | | | In order for Orchestrator to remove application data from ZooKeeper, it must know which applications do NOT exist. Since the duper model starts with 0 applications, always, the only way of knowing what applications do not exist is for the bootstrap code to notify the super model/duper model when bootstrap is complete. There are 2 sources of applications that must signal completeness: - The super model, once all applications have been redeployed in ConfigServerBootstrap. - The infrastructure application, in the InfrastructureProvisioner the first time it runs.
* Merge pull request #12082 from vespa-engine/mpolden/move-slime-utilsMartin Polden2020-02-064-4/+4
|\ | | | | Move SlimeUtils to vespajlib
| * Move SlimeUtils to vespajlibMartin Polden2020-02-064-4/+4
| |
* | Reduce access loggingHåkon Hallingstad2020-02-051-0/+1
|/ | | | | | | | | | | | Avoids writing access logs in various tests. 1. Disables by-default access logging with Application, since it is used in unit tests. 2. However many tests create additional DeployState which renders this ineffective, and so this PR also explicitly disables access logging in services.xml of some tests. (1) might be unnecessary if we anyway have to do (2) everywhere, but this is not clear to me.
* Follow internal API changeJon Bratseth2020-01-232-1/+9
|
* Non-functional changesJon Bratseth2020-01-061-0/+1
|
* Read principal from cert CN on refreshMorten Tokle2019-11-263-19/+47
|
* Deserialize instant using jacksonMorten Tokle2019-11-122-10/+14
|
* Revert "Revert "Reapply #11146 Validate register and refresh""Morten Tokle2019-11-1211-47/+375
|
* Revert "Reapply #11146 Validate register and refresh"Morten Tokle2019-11-1211-375/+47
|
* Reapply #11146 Validate register and refreshMorten Tokle2019-11-1111-47/+375
|
* Revert "Reapply "Validate register and refresh""Morten Tokle2019-10-3111-362/+45
|
* Add tenantService configMorten Tokle2019-10-311-1/+1
|
* Use athenz domain from config to find tenant serviceMorten Tokle2019-10-303-14/+20
|
* Revert "Revert "Validate register and refresh""Morten Tokle2019-10-3010-32/+343
|
* Follow API changeJon Bratseth2019-10-302-1/+7
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-2/+2
|
* Update exception messageMartin Polden2019-10-102-3/+4
|
* Parse instance ID from DNS nameMartin Polden2019-10-105-21/+59
|
* Decode SAN IP address field from CSRMartin Polden2019-10-073-5/+13
|
* Add SAN from CSR to certificateMartin Polden2019-10-042-5/+27
|
* Revert "Revert "Read secret names from config""Morten Tokle2019-10-023-16/+22
|
* Revert "Read secret names from config"Morten Tokle2019-10-023-22/+16
|
* Read secret names from configMorten Tokle2019-10-023-16/+22
|
* Fix importMorten Tokle2019-09-271-1/+1
|
* Implement refresh instanceMartin Polden2019-09-232-17/+67
|
* Add InstanceRefresh type and serializationMartin Polden2019-09-235-3/+61
|
* Export packageMartin Polden2019-09-231-0/+8
|
* Test registration with ZTS clientMartin Polden2019-09-202-5/+20
|
* Implement REST API for instance registrationMartin Polden2019-09-204-0/+301
|
* Implement helper class for creating certificatesMartin Polden2019-09-202-0/+90
|
* Serialization of instance typesMartin Polden2019-09-205-0/+325
|
* Revert "Include instance hostname in Athenz node certificates"Bjørn Christian Seime2019-08-283-76/+6
| | | | This reverts commit aca45ba95c5fb0b7d9c1fe89ee3a866ff65c76ac.
* Revert "Fix comments"Bjørn Christian Seime2019-08-281-2/+2
| | | | This reverts commit c3f734b9fdce30ada768c52427004bde763354b4.
* Merge pull request #10412 from vespa-engine/bjorncs/hostnameBjørn Christian Seime2019-08-283-6/+76
|\ | | | | Bjorncs/hostname
| * Fix commentsBjørn Christian Seime2019-08-281-2/+2
| |
| * Include instance hostname in Athenz node certificatesBjørn Christian Seime2019-08-263-6/+76
| |
* | Fixes after code reviewHarald Musum2019-08-261-3/+2
|/
* Take in IP.Config in Node::createValerij Fredriksen2019-08-212-6/+5
|
* Simplify Node::createDockerNodeValerij Fredriksen2019-08-211-3/+3
|