Skip to content

Commit

Permalink
Merge pull request #21 from Wildboar-Software/rbac
Browse files Browse the repository at this point in the history
RBAC
  • Loading branch information
JonathanWilbur authored Aug 23, 2023
2 parents 9d30e3b + ec769fe commit f831e73
Show file tree
Hide file tree
Showing 86 changed files with 6,395 additions and 706 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meerkat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ jobs:
--set enable_dsp=true \
--set [email protected] \
--set administrator_email_public=true \
--set vendor_version='3.0.0' \
--set vendor_version='3.1.0' \
--set signing_required_for_chaining=false \
--set tcp_timeout_in_seconds=300 \
--set min_transfer_speed_bytes_per_minute=10 \
Expand Down
2 changes: 1 addition & 1 deletion apps/create-test-dit/src/app/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function connect (
idm.events.on("error_", (e) => {
console.error(`Invocation ${e.invokeID} returned an error with code ${printCode(e.errcode)}`);
console.error(`Error parameter: ${Buffer.from(e.error.toBytes()).toString("hex")}`);
process.exit(34);
// process.exit(34);
});
idm.events.on("reject", (r) => {
console.error(`Invocation ${r.invokeID} rejected with reason: ${r.reason}`);
Expand Down
Loading

0 comments on commit f831e73

Please sign in to comment.