Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: add client caching to reduce OAuth token requests #64
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
Uh oh!
There was an error while loading. Please reload this page.
feat: add client caching to reduce OAuth token requests #64
Changes from all commits
3340f53d5c6b781afc0418ab1e1d7e30f5ccfed36019bc19bFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
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 manifest appears to contain environment-specific values (e.g., a personal/testlab hostname and specific template/CA names). To keep the repo distributable and avoid leaking internal details, consider replacing these with clear placeholders (example.com, YOUR_CA_NAME, YOUR_TEMPLATE, etc.) and/or moving it under docs/examples with guidance.
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 214 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 228 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
Check failure on line 242 in cmd/main.go
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.
The Requirements section says the enrollment pattern default is "Default Pattern" (line 31), but a few lines later it states a pattern named "Test Enrollment Pattern" must exist (line 35). These conflict; please align the wording (and the script defaults) so readers know which pattern name is expected by default.
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.
The Optional variables table documents default
IMAGE_TAG/HELM_CHART_VERSIONas2.5.0, butrun_tests.shnow defaults both tolocalvia${VAR:-local}. Update the README defaults (or change the script defaults) so the documented behavior matches what the e2e script actually does.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.
go 1.24.0is not a validgodirective format in go.mod (the directive is the language version and is typicallymajor.minor, e.g.go 1.24). As written, this can causego mod/build to fail. If the intent was to pin the toolchain patch version, use thetoolchain go1.24.0directive instead and keepgo 1.24.Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.