-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: onboard network edge #81
Conversation
--- a/spec/services/networkedgev1/oas3.patched/ne-v1-catalog-ne_v1.yaml | ||
+++ b/spec/services/networkedgev1/oas3.patched/ne-v1-catalog-ne_v1.yaml | ||
@@ -2487,19 +2487,19 @@ paths: | ||
type: array |
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.
NOTE: The specification of the statusList
parameter is invalid in the original spec. The enum
values need to be defined on the individual string
elements, not on the array.
accessKey: | ||
type: string | ||
example: AKIAIOSFODNN7EXAMPLE | ||
secretKey: | ||
type: string | ||
example: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY |
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.
NOTE: I had to change these example values in the fetched and patched spec because the examples in the original spec were being flagged as secrets. I confirmed that the example values in the original spec are not a valid or active access key, but it's better to use example values that are clearly examples. The example values used here were copied from the AWS IAM docs.
No description provided.