Import the openstackid authentication project
This represents the initial seed of the central authentication and single-sign-on solution for the OpenStack Foundation site, with the intent that it can later be integrated with or consumed by other infrastructure systems to simplify authentication across multiple developer and community resources alike. Change-Id: Iafa5323d4b7876c90ad99338466d9c8b773b08ee
This commit is contained in:
parent
736b8a6e57
commit
597310e4a5
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstackid-core
|
||||
label-Approved = +0..+1 group openstackid-core
|
||||
workInProgress = group openstackid-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstackid-ptl
|
||||
pushTag = group openstackid-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3744,6 +3744,12 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: openstack-infra/openstackid
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/wsme
|
||||
check:
|
||||
- gate-wsme-python26
|
||||
|
@ -88,6 +88,10 @@
|
||||
- project: openstack-infra/odsreg
|
||||
upstream: git://github.com/ttx/odsreg.git
|
||||
description: OpenStack Design Summit session management system
|
||||
- project: openstack-infra/openstackid
|
||||
description: Authentication system for the OpenStack Foundation site
|
||||
launchpad: openstack-org
|
||||
upstream: git://github.com/smarcet/openstackid.git
|
||||
- project: openstack-infra/os-loganalyze
|
||||
launchpad: openstack-ci
|
||||
description: log analyzer tools for logs.openstack.org
|
||||
|
Loading…
Reference in New Issue
Block a user