Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Policy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Security and Compliance
Policy
Commits
62dbb4ab
Commit
62dbb4ab
authored
2 years ago
by
Shrikant Garg
Browse files
Options
Downloads
Patches
Plain Diff
Test ibm bucket
parent
de0bde7e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!299
Update Dev branch
,
!298
Securityfix
,
!253
Test ibm bucket
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/tests/ibm/run-integration-tests.sh
+6
-0
6 additions, 0 deletions
app/tests/ibm/run-integration-tests.sh
with
6 additions
and
0 deletions
app/tests/ibm/run-integration-tests.sh
+
6
−
0
View file @
62dbb4ab
...
...
@@ -16,6 +16,10 @@ echo First_OPA_URL $OPA_URL
export
BUNDLE_PAUSE
=
130
export
DATA_PARTITION
=
"opendes"
export
CLOUD_PROVIDER
=
"ibm"
export
POLICY_BUCKET
=
$IBM_POLICY_BUCKET
export
ENDPOINT_URL
=
$IBM_ENDPOINT_URL
export
AWS_ACCESS_KEY_ID
=
$IBM_ACCESS_KEY_ID
export
AWS_SECRET_ACCESS_KEY
=
$IBM_SECRET_ACCESS_KEY
export
ENTITLEMENTS_BASE_URL
=
$IBM_POLICY_BASE_URL
export
LEGAL_BASE_URL
=
$IBM_POLICY_BASE_URL
export
OPA_URL
=
$IBM_OPA_URL
...
...
@@ -30,6 +34,8 @@ echo CLOUD_PROVIDER $CLOUD_PROVIDER
echo
DOMAIN
$DOMAIN
echo
IBM_POLICY_SERVICE_URL
$IBM_POLICY_BASE_URL
echo
DATA_PARTITION
$DATA_PARTITION
echo
POLICY_BUCKET
$POLICY_BUCKET
echo
ENDPOINT_URL
$ENDPOINT_URL
svctoken
=
$(
python3 tests/ibm/ibm_jwt_client.py
)
python3
-m
pytest
--token
=
"
$svctoken
"
--service_url
=
$IBM_POLICY_BASE_URL
--data_partition
=
$DATA_PARTITION
This diff is collapsed.
Click to expand it.
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