-
Notifications
You must be signed in to change notification settings - Fork 261
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
update docs for noAuth annotation #11221
Conversation
@@ -89,7 +90,8 @@ ___`./pkg/my-package/package.json`___ | |||
"catalog.cattle.io/rancher-version": ">= 2.7.7-0 < 2.9.0-0", | |||
"catalog.cattle.io/ui-extensions-version": ">= 1.1.0", | |||
"catalog.cattle.io/ui-version": ">= 2.7.7-0 < 2.9.0-0", | |||
"catalog.cattle.io/display-name": "My Super Great Extension" | |||
"catalog.cattle.io/display-name": "My Super Great Extension", | |||
"noAuth": "true" |
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.
noAuth is at the same level as annotations - it is not an annotation itself since it wires in differently - the value is a boolean, not a string
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.
Good catch.... I didn't notice that. NO_AUTH=$(jq -r '.rancher.noAuth' < ${PACKAGE_JSON})
. You're right
@nwmac up for review again: |
@@ -90,7 +95,8 @@ ___`./pkg/my-package/package.json`___ | |||
"catalog.cattle.io/ui-extensions-version": ">= 1.1.0", | |||
"catalog.cattle.io/ui-version": ">= 2.7.7-0 < 2.9.0-0", | |||
"catalog.cattle.io/display-name": "My Super Great Extension" | |||
} | |||
}, | |||
"noAuth": "true" |
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.
Its just a boolean, not a string - "noAuth": true
* update docs * update docs * address pr comments
Summary
Fixes #
Occurred changes and/or fixed issues
Technical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video
Checklist