-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add UserAgent to all our resources #142
Labels
enhancement
New feature or request
Comments
DeepaliAloori
added a commit
to razee-io/ClusterSubscription
that referenced
this issue
Mar 22, 2021
DeepaliAloori
added a commit
to razee-io/ClusterSubscription
that referenced
this issue
Mar 22, 2021
DeepaliAloori
added a commit
to razee-io/RemoteResource
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/RemoteResourceS3
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/MustacheTemplate
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/FeatureFlagSetLD
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/EncryptedResource
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/EncryptedResource
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/razeedeploy-delta
that referenced
this issue
Mar 23, 2021
DeepaliAloori
added a commit
to razee-io/razeedeploy-delta
that referenced
this issue
Mar 24, 2021
DeepaliAloori
added a commit
to razee-io/razeedeploy-delta
that referenced
this issue
Mar 24, 2021
DeepaliAloori
added a commit
to razee-io/razeedeploy-delta
that referenced
this issue
Mar 24, 2021
alewitt2
added a commit
to razee-io/RemoteResource
that referenced
this issue
Mar 25, 2021
* Added USER_AGENT_NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update resource.yaml * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
added a commit
to razee-io/ClusterSubscription
that referenced
this issue
Mar 29, 2021
razee-io/Razee#142 Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
added a commit
to razee-io/RemoteResourceS3
that referenced
this issue
Mar 29, 2021
* Added USER_AGENT_NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
added a commit
to razee-io/FeatureFlagSetLD
that referenced
this issue
Mar 29, 2021
* Added USER_AGENT_NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
added a commit
to razee-io/razeedeploy-delta
that referenced
this issue
Mar 29, 2021
* Added env section with USER_AGENT_NAME and USER_AGENT_VERSION razee-io/Razee#142 * fix: use proper indent * Updated resource.yaml razee-io/Razee#142 * Updated resource.yaml with USER_AGENT NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update kubernetes/job/resource.yaml * Update kubernetes/job/resource.yaml * Update kubernetes/job/resource.yaml * vuln fix * Update resource.yaml * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com> Co-authored-by: Alexander Lewitt <alewitt2@ibm.com>
alewitt2
added a commit
to razee-io/MustacheTemplate
that referenced
this issue
Mar 29, 2021
* Added USER_AGENT_NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
added a commit
to razee-io/razeedeploy-delta
that referenced
this issue
Mar 29, 2021
* Added USER_AGENT-NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
added a commit
to razee-io/RemoteResource
that referenced
this issue
Apr 8, 2021
* Added USER_AGENT_NAME and USER_AGENT_VERSION in env razee-io/Razee#142 * Update resource.yaml * Update resource.yaml Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
alewitt2
pushed a commit
to razee-io/EncryptedResource
that referenced
this issue
Apr 8, 2021
alewitt2
pushed a commit
to razee-io/EncryptedResource
that referenced
this issue
Apr 8, 2021
alewitt2
pushed a commit
to razee-io/EncryptedResource
that referenced
this issue
Apr 8, 2021
alewitt2
pushed a commit
to razee-io/EncryptedResource
that referenced
this issue
Apr 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is a new Kubernetes-Util 0.2.2 that i released, that sets the user-agent for requests we make to the kube api.
We need to update our repos to use this new version as well as set some extra envs in their deployment yamls.
the new envs will be
USER_AGENT_NAME
which is the repo name, andUSER_AGENT_VERSION
which is a template for the travis tag to be injected at build time. For example:The text was updated successfully, but these errors were encountered: