Add swiftpolicy middleware project on StackForge
The SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations. The project is currently available on github: https://github.com/cloudwatt/swiftpolicy Change-Id: I6a3a7b0a4da35d0eb047face592aad7bfee2655c
This commit is contained in:
parent
939a3dde74
commit
a4dbc26d01
modules/openstack_project/files
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group swiftpolicy-core
|
||||
label-Workflow = -1..+1 group swiftpolicy-core
|
||||
abandon = group swiftpolicy-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
create = group swiftpolicy-ptl
|
||||
pushTag = group swiftpolicy-ptl
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1171,6 +1171,9 @@
|
||||
- project: stackforge/swift3
|
||||
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
|
||||
upstream: git://github.com/fujita/swift3.git
|
||||
- project: stackforge/swiftpolicy
|
||||
description: SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations.
|
||||
upstream: git://github.com/cloudwatt/swiftpolicy.git
|
||||
- project: stackforge/swiftsync
|
||||
description: "Swift mass syncronizer"
|
||||
upstream: git://github.com/enovance/swiftsync.git
|
||||
|
@ -4720,6 +4720,12 @@ projects:
|
||||
- gate-swift3-tox-tempauth
|
||||
- gate-swift3-tox-keystone
|
||||
|
||||
- name: stackforge/swiftpolicy
|
||||
check:
|
||||
- noop
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: stackforge/swiftsync
|
||||
check:
|
||||
- gate-swiftsync-pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user