Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Storage
Commits
6bed6671
Commit
6bed6671
authored
1 month ago
by
Isha Kumari
Browse files
Options
Downloads
Patches
Plain Diff
Fixed acl issue
parent
ea674d13
No related branches found
No related tags found
1 merge request
!994
IBM Viewer ACL Behaviors
Pipeline
#311013
failed
1 month ago
Stage: build
Stage: csp-build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: acceptance
Stage: publish
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/storage-ibm/src/main/java/org/opengroup/osdu/storage/provider/ibm/CloudObjectStorageImpl.java
+1
-1
1 addition, 1 deletion
...oup/osdu/storage/provider/ibm/CloudObjectStorageImpl.java
with
1 addition
and
1 deletion
provider/storage-ibm/src/main/java/org/opengroup/osdu/storage/provider/ibm/CloudObjectStorageImpl.java
+
1
−
1
View file @
6bed6671
...
...
@@ -282,7 +282,7 @@ public class CloudObjectStorageImpl implements ICloudStorage {
@Override
public
String
read
(
RecordMetadata
record
,
Long
version
,
boolean
checkDataInconsistency
)
{
// TODO checkDataInconsistency implement
validateViewerAccessToRecord
(
record
);
//
validateViewerAccessToRecord(record);
String
itemName
=
this
.
getItemName
(
record
,
version
);
logger
.
info
(
"Reading item: "
+
itemName
);
...
...
This diff is collapsed.
Click to expand it.
Isha Kumari
@ishakumari
mentioned in commit
27d2b364
·
1 month ago
mentioned in commit
27d2b364
mentioned in commit 27d2b364eebf8592878816ebf8758dda293d6f30
Toggle commit list
Isha Kumari
@ishakumari
mentioned in commit
fb2a060a
·
1 month ago
mentioned in commit
fb2a060a
mentioned in commit fb2a060a98f464da2cf19ea6368354516822c423
Toggle commit list
Isha Kumari
@ishakumari
mentioned in commit
0124ca0e
·
1 month ago
mentioned in commit
0124ca0e
mentioned in commit 0124ca0e68acd31ea640278c9b15d023f39d1130
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment