Skip to content

Commit

Permalink
0.2.3 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed Apr 26, 2024
1 parent 79962d0 commit 33fc285
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ Revision history for Sparky

{{$NEXT}}

0.2.3 2024-04-26T16:30:00Z

- Change authentication protocol
to oauth 2.0
- Bump Sparrow6 version

0.2.2 2024-03-21T14:30:00Z

Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DBIish::Pool",
"JSON::Fast",
"HTTP::Tiny",
"Sparrow6:ver<0.0.45+>",
"Sparrow6:ver<0.0.47+>",
"Sparrowdo:ver<0.1.27+>",
"Time::Crontab",
"File::Directory::Tree",
Expand Down Expand Up @@ -42,5 +42,5 @@
},
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.2.2"
"version" : "0.2.3"
}
9 changes: 3 additions & 6 deletions docs/acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ acl/hosts/host-bar/list.yaml
acl/hosts/host-baz/list.yaml
```

Host specific ACL override default ACL and has the same DSL to describe access rules.
Host specific ACL overrides default ACL and has the same semantic.

# Explicit deny

Expand All @@ -79,11 +79,8 @@ projects:
- bad_guy
```

This code code allows all users to execute hello-world sparky project, besides a user with login bad_guy
This code allows all users to execute hello-world sparky project, besides a user with a login bad_guy

## Access to everyone

To allow any user to run run any resources just remove any list.yaml files from Sparky configuration



To allow any user to run any resources just remove any list.yaml files from Sparky configuration
2 changes: 1 addition & 1 deletion lib/Sparky.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

unit module Sparky:ver<0.2.2>;
unit module Sparky:ver<0.2.3>;
use YAMLish;
use DBIish;
use Time::Crontab;
Expand Down

0 comments on commit 33fc285

Please sign in to comment.