Skip to content
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

Closed
wants to merge 6 commits into from
Closed

feat: onboard network edge #81

wants to merge 6 commits into from

Conversation

ctreatma
Copy link
Contributor

No description provided.

@ctreatma ctreatma requested a review from a team as a code owner October 30, 2024 14:45
--- 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
Copy link
Contributor Author

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.

Comment on lines 6297 to 6302
accessKey:
type: string
example: AKIAIOSFODNN7EXAMPLE
secretKey:
type: string
example: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Copy link
Contributor Author

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.

@ctreatma ctreatma closed this Nov 12, 2024
@ctreatma ctreatma deleted the onboard-network-edge branch November 12, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant