aboutsummaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unused dependenciesBjørn Christian Seime2021-03-221-10/+0
|
* 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
|
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
| | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* 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-112-8/+1
|
* Inline unnecessary methodsMartin Polden2020-07-213-6/+7
|
* Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
|
* 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.
* Satisfy Mockito in unrelated moduleMartin Polden2020-02-141-6/+12
|
* 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
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Get rid of Maven warning by removing duplicate dependenciesBjørn Christian Seime2019-11-271-13/+0
|
* 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
|