- Feb 17, 2021
-
-
Bob Callaway authored
-
Naveen authored
Enable dependabot.
-
Bob Callaway authored
By using viper.GetString(flag), viper will return the values of that argument from a precedence order (including CLI arguments). However, if a value was passed in through an environment variable or as a value in the config file, it would skip the validation step since that logic was defined against the FlagSet for command line arguments. This change causes validation to be done across all input methods. Fixes #157 Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Feb 13, 2021
-
-
dlorenc authored
-
- Feb 09, 2021
-
-
dlorenc authored
This works! We can use it to track # of new entries over time.
-
- Feb 08, 2021
-
-
dlorenc authored
Add prometheus /metrics endpoint.
-
Dan Lorenc authored
This just exposes the default go metrics for now. We can use middleware to expose more custom metrics for our API.
-
- Feb 07, 2021
-
-
Aastha Bist authored
-
- Feb 06, 2021
-
-
Naveen authored
-
- Feb 04, 2021
-
-
Bob Callaway authored
fixes #149
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Feb 02, 2021
-
-
dlorenc authored
Add ed25519 support to ssh libraries.
-
Dan Lorenc authored
-
- Feb 01, 2021
-
-
Bob Callaway authored
* persist URL along with state for comparison * change to map so we can store state from multiple Rekor instances concurrently Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
dlorenc authored
Add and plumb through the ssh type.
-
Dan Lorenc authored
-
- Jan 30, 2021
-
-
Dan Lorenc authored
-
- Jan 28, 2021
-
-
Bob Callaway authored
-
dlorenc authored
Stick the generated RPM in a tmpdir.
-
Dan Lorenc authored
I noticed this when running some tests locally.
-
dlorenc authored
Add initial libraries for ssh support.
-
Dan Lorenc authored
-
Bob Callaway authored
-
dlorenc authored
Fix string formatting for the IntegratedTime stamp.
-
dlorenc authored
Add the raw nginx config we use for ingress.
-
dlorenc authored
One more small tweak to our zap logging config.
-
Dan Lorenc authored
This was deployed from URL before, add it to our repo so we can tweak it.
-
Dan Lorenc authored
The special keys "message" and "severity" are used to filter by default in the UI.
-
- Jan 27, 2021
-
-
dlorenc authored
Store the last tree state during loginfo so we can prove the tree state.
-
Dan Lorenc authored
We also need to use this somehow in the log_proof command...
-
dlorenc authored
Add a production logging configuration and a flag.
-
Dan Lorenc authored
This is only toggled on for the server right now.
-
- Jan 23, 2021
-
-
Luke Hinds authored
Signed-off-by:
Luke Hinds <lhinds@redhat.com>
-
Dan Lorenc authored
Also check it in the test.
-
- Jan 22, 2021
-
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Jan 21, 2021
-
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
dlorenc authored
Add the integrated timestamp in GetEntry.
-
Dan Lorenc authored
-
- Jan 20, 2021
-
-
dlorenc authored
Change the CLI default to use https://api.rekor.dev.
-
https://api.rekor.devDan Lorenc authored
-