This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated pom.xml, so it generates javadocs properly and explicitly skips gpg signing (it was implicit before) - updated apidocs - updated changelog
- Loading branch information
1 parent
f0e8bd7
commit 0ff2e54
Showing
10 changed files
with
154 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"apiVersion" : "1", | ||
"swaggerVersion" : "1.2", | ||
"basePath" : "https://square.github.io/keywhiz/apidocs", | ||
"resourcePath" : "/automation/v2-backup", | ||
"apis" : [ { | ||
"path" : "/automation/v2/backup/{key}/group/{group}", | ||
"operations" : [ { | ||
"method" : "GET", | ||
"nickname" : "backup", | ||
"type" : "array", | ||
"items" : { | ||
"type" : "string", | ||
"format" : "byte" | ||
}, | ||
"parameters" : [ { | ||
"type" : "string", | ||
"description" : "Group name", | ||
"paramType" : "path", | ||
"name" : "group", | ||
"required" : true | ||
}, { | ||
"type" : "string", | ||
"paramType" : "path", | ||
"name" : "key", | ||
"required" : true | ||
} ], | ||
"summary" : "Backup all secrets for a given group.", | ||
"notes" : "Returns an encrypted encrypted to\n the backup key in the main configuration file. Only accessible to automation clients.", | ||
"produces" : [ "application/octet-stream" ] | ||
} ] | ||
} ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
<artifactId>slf4j-api</artifactId> | ||
</dependency> | ||
</dependencies> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters