Update test.java.yml#768
Merged
idimov-keeper merged 1 commit intorelease/sdk/java/core/v17.0.1from Jul 17, 2025
Merged
Conversation
idimov-keeper
added a commit
that referenced
this pull request
Aug 12, 2025
* KSM-634 Added links 2 remove parameter for files removal (#766) * bump up to version=17.0.1 * upgrade Gradle and all dependencies * KSM-634 Added links2Remove parameter for files removal * Update test.java.yml (#768) * downgrade foojay-resolver to 0.9 for compatibility with current GHA java-version matrix
idimov-keeper
added a commit
that referenced
this pull request
Aug 13, 2025
* KSM-634 Added links 2 remove parameter for files removal (#766) * bump up to version=17.0.1 * upgrade Gradle and all dependencies * KSM-634 Added links2Remove parameter for files removal * Update test.java.yml (#768) * downgrade foojay-resolver to 0.9 for compatibility with current GHA java-version matrix * [KA-6991]: read GraphSync links (#732) * [KA-6991]: read GraphSync links Add requestLinks option to QueryOptions and CreateOptions types * [KA-6991]: Add support for links in SecretsManager response * [KA-6991]: Refactor link types in SecretsManager response to KeeperRecordLink * [KA-6991]: Java SDK update Add requestLinks option and support for KeeperRecordLink in SecretsManager * Update SecretsManager.kt * [KA-6991]: Add missing PAM fields and KeeperRecordLink utility methods (#777) RecordData.kt changes: - Host: Add allowSupplyUser field - PamResource: Add adminCredentialRef field - PamRbiConnection: Add recordingIncludeKeys field - PamSettingsConnection: Add allowSupplyUser, recordingIncludeKeys, enableFullWindowDrag, enableWallpaper fields SecretsManager.kt changes: - Add comprehensive KeeperRecordLink utility methods: isAdminUser(), isLaunchCredential(), allowsRotation(), allowsConnections(), allowsPortForwards(), allowsSessionRecording(), allowsTypescriptRecording(), allowsRemoteBrowserIsolation(), rotatesOnTermination(), getLinkDataVersion(), getDecodedData(), hasReadableData() Fixes PAM record serialization errors and provides convenient methods for analyzing link data and permissions. --------- Co-authored-by: idimov-keeper <78815270+idimov-keeper@users.noreply.github.com> Co-authored-by: Max Ustinov <maksimu@users.noreply.github.com> * KSM-587: Add logging option to SecretsManager for enhanced error reporting (#705) * KSM-586: Add recordingIncludeKeys to data classes (#704) Co-authored-by: idimov-keeper <78815270+idimov-keeper@users.noreply.github.com> * Update README.md * bump up versions * removed duplicate data class properties --------- Co-authored-by: Yaroslav <ybodiak@keepersecurity.com> Co-authored-by: Max Ustinov <maksimu@users.noreply.github.com>
maksimu
pushed a commit
that referenced
this pull request
Aug 27, 2025
- KSM-634 Added links 2 remove parameter for files removal (#766) - KSM-634 Added links2Remove parameter for files removal - adding PAM related fields to Java SDK (#693) - Adding sboms (#694) - adding security scan and sbom generation reusable workflows - adding SBOM to azure pipeline - adding SBOM scan for Java SDK - Remove CODEOWNERS file - added additional property to RBI record `ignoreInitialSslCert`and improved error messaging when parsing of the record is failing (#700) - fix: use safe cast in KeeperRecordData.getField() (#699) - Replace unsafe cast (as T) with safe cast operator (as? T) in getField() to prevent NPE when uploading files to records without FileRef field. - Fix - workflow does not contain permissions - updated Java GHA workflows - Merge v17.0.1 into v17.1.0 (#780) - KSM-634 Added links 2 remove parameter for files removal (#766) - bump up to version=17.0.1 - upgrade Gradle and all dependencies - KSM-634 Added links2Remove parameter for files removal - Update test.java.yml (#768) * downgrade foojay-resolver to 0.9 for compatibility with current GHA java-version matrix * [KA-6991]: read GraphSync links (#732) * [KA-6991]: read GraphSync links Add requestLinks option to QueryOptions and CreateOptions types * [KA-6991]: Add support for links in SecretsManager response * [KA-6991]: Refactor link types in SecretsManager response to KeeperRecordLink * [KA-6991]: Java SDK update Add requestLinks option and support for KeeperRecordLink in SecretsManager * Update SecretsManager.kt * [KA-6991]: Add missing PAM fields and KeeperRecordLink utility methods (#777) RecordData.kt changes: - Host: Add allowSupplyUser field - PamResource: Add adminCredentialRef field - PamRbiConnection: Add recordingIncludeKeys field - PamSettingsConnection: Add allowSupplyUser, recordingIncludeKeys, enableFullWindowDrag, enableWallpaper fields SecretsManager.kt changes: - Add comprehensive KeeperRecordLink utility methods: isAdminUser(), isLaunchCredential(), allowsRotation(), allowsConnections(), allowsPortForwards(), allowsSessionRecording(), allowsTypescriptRecording(), allowsRemoteBrowserIsolation(), rotatesOnTermination(), getLinkDataVersion(), getDecodedData(), hasReadableData() Fixes PAM record serialization errors and provides convenient methods for analyzing link data and permissions. - KSM-587: Add logging option to SecretsManager for enhanced error reporting (#705) - KSM-586: Add recordingIncludeKeys to data classes (#704) - Update README.md - bump up versions - removed duplicate data class properties - [KA-6991]: Java SDK update (#790) - Add optional 'path' property to KeeperRecordLink data class * Add support for new settings and improve JSON handling (#795) * Enhance Keeper SDK: Add support for new settings and improve JSON handling in SecretsManager
This file contains hidden or 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
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.
No description provided.