-
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
support managed SDK deployment #89
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cbodonnell
changed the title
add managedBy value to set user-agent
support managed SDK deployment
Sep 8, 2023
cbodonnell
changed the title
support managed SDK deployment
WIP: support managed SDK deployment
Sep 8, 2023
cbodonnell
force-pushed
the
cbo/sc-88171/managed-by
branch
6 times, most recently
from
September 8, 2023 22:06
b27734c
to
7603a61
Compare
cbodonnell
changed the title
WIP: support managed SDK deployment
support managed SDK deployment
Sep 19, 2023
cbodonnell
force-pushed
the
cbo/sc-88171/managed-by
branch
from
September 19, 2023 17:20
cd17b0a
to
1dbb42b
Compare
sgalsaleh
reviewed
Sep 28, 2023
sgalsaleh
reviewed
Sep 28, 2023
sgalsaleh
previously approved these changes
Sep 28, 2023
cbodonnell
force-pushed
the
cbo/sc-88171/managed-by
branch
from
October 5, 2023 19:56
c23d5be
to
c52c394
Compare
sgalsaleh
reviewed
Oct 5, 2023
sgalsaleh
reviewed
Oct 5, 2023
sgalsaleh
reviewed
Oct 5, 2023
sgalsaleh
reviewed
Oct 5, 2023
sgalsaleh
approved these changes
Oct 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR does / why we need it:
This PR adds
userAgent
,replicatedID
, andappID
values that will enable support for "managed" SDK deployments. Another application can set these values when deploying the SDK so that it will report on behalf of that application using the same instance ids and user-agent.This PR also exposes an
airgap
value to run the SDK in airgap mode by settingDISABLE_OUTBOUND_CONNECTIONS=true
Which issue(s) this PR fixes:
https://app.shortcut.com/replicated/story/88171/detect-and-configure-the-replicated-sdk-chart-subchart-if-it-s-part-of-the-vendor-s-application
Special notes for your reviewer:
There was a decent chunk of refactoring needed within the
bootstrap
logic to support setting these valuesSteps to reproduce
Does this PR introduce a user-facing change?
Does this PR require documentation?