-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add basic chat-ops UI #6
base: master
Are you sure you want to change the base?
Conversation
Also return JSON rather than string from aws.py (this probably breaks things) * added region to aws.py * changed secret keys Signed-off-by: Berndt Jung <[email protected]>
@@ -0,0 +1,2 @@ | |||
boto3==1.9.28 |
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.
This seems unrelated
@@ -115,14 +115,20 @@ def handle(ctx, payload): | |||
entry point for AWS commands |
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.
This seems unrelated
@@ -0,0 +1,123 @@ | |||
Import-Module PowerCLI.ViCore |
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.
This seems unrelated
@@ -0,0 +1,67 @@ | |||
kind: API |
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.
This seems unrelated
Seems like packages.json is missing? |
Also return JSON rather than string from aws.py (this probably breaks things)
Signed-off-by: Berndt Jung [email protected]