Commit Graph

67 Commits

Author SHA1 Message Date
Jeremy Stanley 2fbf6d9e7a Stop managing OpenStackID servers
The Open Infrastructure Foundation's developers who maintain the
OpenStackID software are taking over management of the site itself,
and have deployed it on new servers. DNS records have already been
updated to the new IP address, so it's time to clean up our end in
preparation for deleting the old servers we've been running.

OpenStackID is still used by some services we run, like RefStack and
Zanata, and we're still hosting the OpenStackID Git repository and
documentation, so this does not get rid of all references to it.

Change-Id: I1d625d5204f1e9e3a85ba9605465f6ebb9433021
2021-08-31 19:53:13 +00:00
Clark Boylan 9a085ab46e Switch openstackid to LE certs
The previous change should provision the certs for us. If we are happy
with the results then we can land this to swap production over.

Change-Id: I5b0de65a245c20763eca3165ca7076e5fb2d69a6
2021-05-26 13:28:28 -07:00
smarcet 1ff4ccadaa OpenstackId v3.0.18
* updated user rest api for CRUD
* improved session managing ( iframe)
* fixed admin UI issues
* fixed CORS issues ( upgraded middleware)
* bug fixing

Change-Id: I1344b5a5b0df8c24ec4e13ab2aae0dcf5339b6ae
Signed-off-by: smarcet <smarcet@gmail.com>
2021-01-26 17:16:27 -03:00
smarcet fcdb1762d6 OpenstackId v3.0.17
* updated user rest api for CRUD
* improved session managing ( iframe)
* fixed admin UI issues
* fixed CORS issues ( upgraded middleware)
* bug fixing

Change-Id: I0ed6092f62eb5ee6e80cbaabc03d79633dee9aaa
Signed-off-by: smarcet <smarcet@gmail.com>
2021-01-25 11:38:35 -03:00
smarcet 807ea2608e OpenstackId v3.0.16
added new search criteria for endpoint
GET /api/v1/users

primary_email (==,@=)

Change-Id: Ib643a8c1ba4e79444463777197fc86a64a1912be
Signed-off-by: smarcet <smarcet@gmail.com>
2020-10-15 00:23:08 -03:00
smarcet e394198d03 OpenstackID v3.0.15
* updated registration emails
* updated registration form
* updated password policies
* bug fixing

Change-Id: Ibd644e9daa9bd345cf883db3dfa75b58b4ad7a18
Signed-off-by: smarcet <smarcet@gmail.com>
2020-10-12 17:20:54 -03:00
smarcet 2f970563c0 OpenstackId config updates
Added cloud storage config

Change-Id: I39cefce0c1910df0fc051817193e14e5a38c3a1e
Signed-off-by: smarcet <smarcet@gmail.com>
2020-09-21 17:40:19 -03:00
smarcet 8e1d69a674 OpenStackID v3.0.14
Change-Id: I3a7fa4fbfb16bd981f8e80fccb774db6a4f0649a
Signed-off-by: smarcet <smarcet@gmail.com>
2020-09-21 16:11:01 -03:00
smarcet d7a418c024 Updated openstack id to include
message broker configuration

Change-Id: Ia3fe6ddbe92b354b81f5572ba3f6fba60ac3ce31
Signed-off-by: smarcet <smarcet@gmail.com>
2020-09-21 09:02:09 -03:00
smarcet d6ca7262dd OpenstackId v3.0.12
Change-Id: I03ada0ba84005a88bcd9668f3c53c965ec9f5e24
Signed-off-by: smarcet <smarcet@gmail.com>
2020-06-11 11:54:42 -03:00
smarcet bb3e751502 Openstack Id production deploy v3.0.9
Change-Id: I35c1136f5cb81a0d884e58546c61df53d90397a7
Signed-off-by: smarcet <smarcet@gmail.com>
2020-04-01 13:22:05 -03:00
smarcet fe97be543d OpenstackId production deployment 3.0.8
Change-Id: I6eda033166294427dcbf2668273c5e5421a2bb37
Signed-off-by: smarcet <smarcet@gmail.com>
2020-03-31 11:45:19 -03:00
smarcet de04c6da67 Added new param to IDP config
Added user_spam_processor_to to dev/production

Change-Id: I36a41bdcd23df9540183da5a087d364778d60b48
Signed-off-by: smarcet <smarcet@gmail.com>
2020-03-25 11:32:17 -03:00
smarcet 055796bb4e OpenStackID 3.0.6 production deployment
Change-Id: Ib4621b38d78fb61311a65dd3878a0a61e799f367
Signed-off-by: smarcet <smarcet@gmail.com>
2020-03-21 12:47:59 -03:00
smarcet d138243bd5 OpenStackId production release 3.0.5
Change-Id: I8d2e2d96ba3543de6b47c5001f9bc2ebab115286
Signed-off-by: smarcet <smarcet@gmail.com>
2020-03-20 17:28:04 -03:00
smarcet eed9116625 OpenStackId v3.0.4 Deployment
Fixed inconsistent ORM mappings

Change-Id: I1806f0c22a21ebf495aa725998ba0e0e57bf3b4a
Signed-off-by: smarcet <smarcet@gmail.com>
2020-02-26 16:58:58 -03:00
smarcet 19662d7d3f OpenStackId v3.0.3 Deployment
Change-Id: I239f8311139d59260430baee0c6cb910c31caf3f
Signed-off-by: smarcet <smarcet@gmail.com>
2020-02-25 22:21:20 -03:00
smarcet 88b26edf24 OpenStackId v3.0.1 deployment
Change-Id: I8a49dbde1bbcd935b380f003160040d634b2062c
Signed-off-by: smarcet <smarcet@gmail.com>
2020-02-25 15:35:17 -03:00
smarcet 09f35f14bf OpenStackID v3.0.0
* migrated user storage to idp
* created users crud
* created groups crud
* migrated from eloquent to doctrine orm
* reafactoring

Change-Id: I766bbb75c0e65f504880e8c59951f63494a1e13f
Signed-off-by: smarcet <smarcet@gmail.com>
2020-02-25 09:45:06 -03:00
smarcet ce6de87ea7 Removed OpenStackID stale config variables
Removed all variables related to Silverstripe
Dependency

Change-Id: Ib5e6834686c4952dd8e7220a31abe71a9278e397
Signed-off-by: smarcet <smarcet@gmail.com>
2020-02-24 14:26:30 -03:00
smarcet df1fddf018 Fixed email configuration for openstackid
Change-Id: Id24d3c388cd52071b1f2699ffa7168e0122fb029
2019-05-06 19:03:59 -03:00
smarcet fa0f5860d2 Update OpenstackId Prod Node Settings
moved from smtp email driver to sendgrid

Change-Id: I719a3fd7e730972b7a0784a9a4857a76672119d0
2019-04-30 14:24:42 -03:00
smarcet 728ed674da OpenStackID production deployment 2.0.1
* migrated from stmp to sendgrid api to send emails
* parametrized registration urls

Change-Id: I258ef22f2201b53e4e0ec872a873f07e0c921967
2019-04-30 09:29:49 -03:00
smarcet 66bf9c5cc4 OpenStackid parametrized urls
updated config to be able to setup registration/lost password
and resend verification link by config

Depends-On: https://review.opendev.org/#/c/656395/
Depends-On: https://review.opendev.org/#/c/656396/
Change-Id: I9df2afbc6a90652030fde5398f8ac28ca3c4c397
2019-04-29 18:41:54 -03:00
Sebastian Marcet b4ed722bc6 Updated OpenStackId Production Node
* updated release label to 2.0.0
** php7.x
** LV 5.6
* update node OS to xenial

Change-Id: Ifd1f2b01583dbe533197254a2ef7f7e5db6dacb4
2019-02-18 10:30:39 -03:00
Jeremy Stanley cf53072d7d Override FQDN defaults for OpenStackID servers
The current OpenStackID servers have hostnames matching the names of
their Web site vhosts in Apache. Their replacements will have
different hostnames/server instance names but should retain their
original Web site identities. To facilitate this, explicitly pass in
the expected hostnames for the corresponding class parameters which
normally default to $::fqdn in the puppet-openstackid module.

Change-Id: I395626ee11e287dac5766f4027a067e2c918a9ed
2019-02-06 00:26:34 +00:00
Sebastian Marcet 3d12760e4a Migrate OpenStackID dev server to php7
Update scripts to migrate IDP dev server
to xenial and php7

Depends-On: https://review.openstack.org/631655

Change-Id: I0de414b6f6083016250f284203562ebe0e72193a
2019-01-17 18:49:29 -03:00
Sebastian Marcet 08254a85b9 OpenStackId production release 1.0.25
https://github.com/openstack-infra/openstackid/releases/tag/1.0.25

Change-Id: I2aa81be1a127498f7ed492834e4e47f21de7207a
2018-09-27 12:06:08 -03:00
Monty Taylor 15663daaf7 Add iptables role
Co-Authored-By: James E. Blair <corvus@inaugust.com>
Change-Id: Id8b347483affd710759f9b225bfadb3ce851333c
Depends-On: https://review.openstack.org/596503
2018-08-27 14:33:32 +00:00
Monty Taylor bab6fcad3c
Remove base.yaml things from openstack_project::server
Now that we've got base server stuff rewritten in ansible, remove the
old puppet versions.

Depends-On: https://review.openstack.org/588326
Change-Id: I5c82fe6fd25b9ddaa77747db377ffa7e8bf23c7b
2018-08-16 17:25:10 -05:00
Sebastian Marcet 25f8e18c10 OpenstackId Release 1.0.24
* migrated bower dependencies to npm
* added webpack for transpilation process

Change-Id: Ib656f61510508f9dd05e7a0be9c23a71d22abe9f
2018-06-18 13:14:59 -07:00
Sebastian Marcet 6fe7989c76 OpenStackID Release 1.0.23
* Removed noise from log (OAUTH2.0)
* Reduced OpenID log noise
* Cron Job to clean DB
* Fixed bug on grants pagination

Change-Id: I5d13e301c6a1ed18ece4474263479b613b56e65b
2017-08-24 17:54:42 -03:00
Sebastian Marcet 9e67050fdf OpenStackId release 1.0.22
* updated login form remember me text
* added fav icons
* updated base url param

Change-Id: I2c3e81c9088fce12485f9c2cb93a078a55331a52
2017-07-17 14:12:29 -03:00
Sebastian Marcet 015530e13c OpenStackID production release 1.0.21
* Updated claims on OpenId/OAuth

	updated claim nickname to be user identifier
	added sub claim to endpoint /api/v1/userinfo/me
	fixed broken test

* Added OpenId 2.0 SREG 1.0 ext support

	implemented http://openid.net/specs/openid-simple-registration-extension-1_0.html

* Tunning IDP

	added cache to IP whitelisting checking
	set redis persistent connections

* Fixed HTML on openid consent form

	upgraded html to bootstrap 3.x

* Fix on user identifer generator (openid)

	there was an issue with trailing dots and
	user name connectors

Change-Id: I14363c31b833285fe4984e7d5fc3492ea600e632
2017-04-19 11:05:00 -03:00
Sebastian Marcet d704e4eb2f Fix on openstackid production node
were missing some config variables on
main class

Change-Id: I42e4f9050634b08273699abeb3bade5287b39ce3
2017-03-15 15:14:44 -03:00
Sebastian Marcet b42315d733 Update OpenStackId puppet settings
updated production node to deploy version
1.0.20 and to use LV 5 script

update dev node to use LV5 as default and
removed from site.pp

Change-Id: I8d4cee26096f026fb9c251c0d76fb6a1447aa0ca
2017-03-10 12:08:10 -03:00
JP Maxwell 9f046e380c Adding user 'maxwell' to OpenStack ID Production
We have been seeeing sporadic 503 errors returned
on this server and I would like to monitor it under
load.

Change-Id: I3d6b91e981f0bd8af760380263bfcd6a73691da0
2016-09-28 09:58:12 -05:00
Sebastian Marcet 58e998e01e OpenStackId 1.0.19
https://git.openstack.org/cgit/openstack-infra/openstackid/tag/?h=1.0.19

Change-Id: I605daab511efe9a3e66b40f1d7df05fb9fe29b0b
2016-08-26 00:14:51 -03:00
Jenkins 347245d938 Merge "Add user smarcet to openstackid production server" 2016-04-11 15:34:46 +00:00
Sebastian Marcet 90f2348f94 OpenStackId 1.0.18
https://git.openstack.org/cgit/openstack-infra/openstackid/tag/?h=1.0.18

Change-Id: Ie429e7282fb7ef3b2fdd27f5a982237937f47528
2016-04-05 09:11:13 -03:00
Jeremy Stanley 10013f46e5 Declare redis 2.8.4 on openstackid.org
We're upgrading openstackid.org to Ubuntu 14.04 LTS, and so need to
adjust the redis version passed to the openstackid module for it.
This matches what's already in use for openstackid-dev.openstack.org
and Puppet is currently disabled on the real openstackid.org by UUID
while we build its replacement.

Change-Id: I8b628446736e296aa6028c8e2ec848f2db8c4373
2016-04-04 20:21:44 +00:00
Sebastian Marcet d28b89fbfb OpenStackId 1.0.17
https://git.openstack.org/cgit/openstack-infra/openstackid/tag/?h=1.0.17

Change-Id: I0a30c9f4f5938333357d325b0e92bd2165d7aae9
2016-03-24 13:34:47 -03:00
Sebastian Marcet 995484565e OpenStackID 1.0.16
https://git.openstack.org/cgit/openstack-infra/openstackid/tag/?h=1.0.16

Change-Id: Ia89129619cf6961f42de8baa5caee507f7c2093a
2016-03-23 17:57:26 +00:00
Jeremy Stanley 92a4343e75 Revert "Update enviroment id on openstackid production"
This reverts commit f7ae87c072.

Change-Id: I4d64eef86f1fbf7f91a4a3a075b2ccc9893b4568
2016-03-22 18:25:41 +00:00
Sebastian Marcet f7ae87c072 Update enviroment id on openstackid production
formerly its was set to "dev", changed to the right id
"production".

Depends-On: Iba74a5f6f8a08f73d73bc0ca2d499ea215cf8c8a
Change-Id: Ide1fa8132bde92724aea2a62fe1e17fae324fc09
2016-03-22 14:50:42 +00:00
Sebastian Marcet 0b597039ad OpenStackID 1.0.15 Release
https://git.openstack.org/cgit/openstack-infra/openstackid/tag/?h=1.0.15

Change-Id: I1771f7650243758f36e457d7f749377e2b03e1d5
2016-03-17 19:21:44 +00:00
Ian Y. Choi e619b17da2 Openstackid Production Release rollback to 1.0.13
Currently openstackid does not authenticate for
translate/translate-dev/refstack.openstack.org homepages.

The last commit (https://review.openstack.org/#/c/293573)
changed openstackid version from 1.0.13 to 1.0.14 on production.
After the commit, it seems not to authenticate some homepages.

So this commit rollbacks openstackid production release
from 1.0.14 to 1.0.13 as a temporary solution.

Change-Id: I3251857c7bc266fa855be539881545011ed42c6e
2016-03-17 21:53:28 +09:00
Sebastian Marcet 0ba730c6b8 Openstackid Production Release 1.0.14
https://git.openstack.org/cgit/openstack-infra/openstackid/tag/?h=1.0.14

Change-Id: I6b94a4325772d53abb8dc8b2230ede1e19bf7eb0
2016-03-16 18:10:12 +00:00
Sebastian Marcet d17e3f8319 Add user smarcet to openstackid production server
with the upcomming release of summit app on Austin 2016 Summit
we would need access to production server in order to check error
logs and troubleshoot.

Change-Id: I43cbd22b5b23c2776bffa215a29a5d423961fb7a
2016-03-16 12:11:21 -03:00
Sebastian Marcet cfa22b1234 OpenStackId: Update Email configuration
This change is related to https://review.openstack.org/#/c/292605/
its sets smtp configuration and email log error capabilities to both nodes
production/dev.

Change-Id: Ie4ae1379451059b525a07611867dd4d3f6d6a9ac
2016-03-16 08:22:04 -03:00