-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented the REST API #1452
Implemented the REST API #1452
Conversation
33cf8c0
to
95b8266
Compare
This is awesome! Please add an "EXPERIMENTAL!" warning to both the guacrest entry in Also, see "Additional context" here "require an experimental env var to be set to run." Check for an environment variable You may go ahead and update the Makefile to build guacrest in this PR or a followup. |
Thanks! I have done that! I have to still get the swagger documents up, I am currently waiting on swaggo/swag#1696. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a quick Makefile update.
b534398
to
baf3e38
Compare
* Fixes guacsec#1326 * Implemented the REST API for Known * Fixed docker-compose down When running `make stop-service` I was getting: ``` make stop-service docker compose down service "oci-collector" depends on undefined service guac-graphql: invalid compose project make: *** [stop-service] Error 15 ``` This is because the guac-graphql was removed from, 8336525. Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
baf3e38
to
2f3f2b7
Compare
Signed-off-by: nathannaveen <[email protected]>
2f3f2b7
to
f46f09a
Compare
@nathannaveen just need to fix the static analysis check |
Signed-off-by: nathannaveen <[email protected]>
Description of the PR
PR Checklist
-s
flag togit commit
.make generate
has been runcollectsub
protobuf has been changed,make proto
has been run