Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps json-jwt from 1.16.3 to 1.16.6.

Release notes

Sourced from json-jwt's releases.

v1.16.5

Full Changelog: nov/json-jwt@v1.16.4...v1.16.5

v1.16.4

Full Changelog: nov/json-jwt@v1.16.3...v1.16.4

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

micahlee and others added 30 commits December 14, 2023 15:47
Otherwise this causes existing unit tests to
fail when the call to the Kubernetes API is
added to status validation.
This check ensures the access token may be used
with the Kubernetes API and does return a 401
Unauthorized response when it's used.
…cess-token

CNJR-3063: Kubernetes service account token validation
In this scenario, the k8s API returns 403 Forbidden on
 the `apis/` endpoint. When this occurs, we present
a message that the most likely cause is missing the
'system:discovery' role binding on the service account.
…i-discovery

CNJR-3064: Kubernetes Authn Status - Validate API discovery permissions
…olicy

CNJR-2495: Update ca-cert usage for OIDC dev/ci environments
…st-CNJR-1428

Skip flaky test in http proxy
Previously we handle some specific cases of "record not found" foreign key constraint violations. This approach is more general
…eign-key

Handle record not found foreign key constraint violations
CNJR-2516: Integration tests for proxy support in OIDC authenticator
CNJR-3584: Refresh self-signed certs used in AuthnJWT Cucumber tests
Previously we were accessing the Role Credentials
object directly. However, ChangePassword was not
doing this safely in the case the Credentials had not
yet been created. This resulted in an error:
```
error: failed to set password and rotate API key: undefined method `password=' for nil:NilClass
```
…-reset-rebased

Cnjr 2751 user password reset rebased
Add conjur witchers to approvers for the *.md files also
…rm64

CNJR-3427: Prepare packages for arm64
…for-multiarch

CNJR-2806: Fix bill of materials for multi-arch images
CNJR-2702 Update conjur-cli to go version
szh and others added 25 commits October 30, 2024 15:00
As part of the push to GA, I'm removing this work from the initial effort to allow us to treat
much of this functionality as individual efforts that are part of our planning process.
This commit introduces a context object to resources related to Policy Factories. This context
object is intended to provide role & IP address to the lower parts of the implementation to
support audit.
This commit adds support for the lower level (role/variable/policy) audit events which occur
during Policy Factory creation and usage.  We'll be adding Policy Factory specific events in
a future effort.
…tory-audit-v2

Adds Audit Events for Factory-created Roles/Resources
CNJR-6107: Implement Raw Diff Mapper
- The DTOs we created for the new Conjur Primitives include a required validation `policy_id` that prevented the admin role or root resources from being turned into a DTO (due to being nil)
- That validation rule has been removed
- Ruby is "pass by object reference" which results in the potential for nested objects to be passed by reference
- This causes unexpected behavior where changes done to a created/updated/deleted record might appear in multiple places during the mapping process
- Includes the original state of resources-to-be-updated, as well as the final state after the proposed changes have been applied to it
- Lint existing controller tests
- Add business logic to produce final diff; this is required to ensure changes to ownership are captured in the diff without returning duplicates across the diff results
- Update loader tests to use mock the policy_diff class. This class now includes business logic that these tests don't care about, so they've been mocked out
CNJR-6109 Add update results to dryrun REST API Response
CNJR-6108 Add delete items to policy dryrun REST API response
…CNJR-7203

Revert "Temporarily disable security scans"
CNJR-0000: Update VSCode debugging instructions
Bumps [json-jwt](https://github.com/nov/json-jwt) from 1.16.3 to 1.16.6.
- [Release notes](https://github.com/nov/json-jwt/releases)
- [Changelog](https://github.com/nov/json-jwt/blob/main/CHANGELOG.md)
- [Commits](nov/json-jwt@v1.16.3...v1.16.6)

---
updated-dependencies:
- dependency-name: json-jwt
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2024
@szh szh closed this May 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/json-jwt-1.16.6 branch May 5, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.