[Yahoo-eng-team] [Bug 1607119] [NEW] TOTP auth not functional in python3

2016-07-27 Thread Adrian Turjak
quot;", line 1, in TypeError: Can't convert 'bytes' object to str implicitly >>> otherstring + str(passcode) "openstackb'123456'" >>> passcode.decode('utf-8') '123456' >>> type(passcode.decode('utf-8')) ** Affects: keystone Importance: Undecided A

[Yahoo-eng-team] [Bug 1659456] [NEW] panels in PANEL_GROUP="default" are hidden

2017-01-25 Thread Adrian Turjak
in this case the default panel group seems to work, just the template logic is no honouring it. ** Affects: horizon Importance: Undecided Assignee: Adrian Turjak (adriant-y) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1669630] [NEW] Network RBAC acceptance workflow

2017-03-02 Thread Adrian Turjak
Public bug reported: Network RBAC is hugely useful, but the policy is too limited and as such causes some potential security problems. It is either turned on for everyone, or off. No in between, with the only limitation being no wildcards for non-admins. If you know the project id, you can share

[Yahoo-eng-team] [Bug 1669610] Re: Insecure defaults for `openstack security group rule create`

2017-05-04 Thread Adrian Turjak
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1669610 Title: Insecure defaults for `openstack security group rule

[Yahoo-eng-team] [Bug 1717847] [NEW] Policy does not work for trusts

2017-09-17 Thread Adrian Turjak
Public bug reported: see: http://lists.openstack.org/pipermail/openstack- dev/2017-September/122115.html In short, the trusts APIs handle their policy in code rather than from the policy file. This is rather confusing seeing as we have policies for trusts in the policy json file which do

[Yahoo-eng-team] [Bug 1732298] [NEW] Migration unit tests incorrectly failing for 'alter' in contract phase

2017-11-14 Thread Adrian Turjak
Public bug reported: The unit tests to ensure only the correct types of migrations occur at the given step (expand, migrate, contract), are flagging correct types as incorrect. This appears to be a failure in the unit tests for this themselves, and at least for now appears to be specific to

[Yahoo-eng-team] [Bug 1772345] [NEW] DEFAULT_SERVICE_REGIONS overrides services_region cookie

2018-05-20 Thread Adrian Turjak
Public bug reported: DEFAULT_SERVICE_REGIONS makes it sound like it is setting default regions when a services_region cookie isn't present, when in fact it takes precedence over a cookie. This is terrible UX because a user that can change to another valid region is forced on login to the region

[Yahoo-eng-team] [Bug 1767021] [NEW] Login form button text is inconsistent

2018-04-25 Thread Adrian Turjak
don't know in what context 'Connect' is ever actually appropriate, and I think we should just stick with 'Sign in' as the only text here. ** Affects: horizon Importance: Undecided Assignee: Adrian Turjak (adriant-y) Status: In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1767924] [NEW] Horizon Glance tests are not using v2

2018-04-29 Thread Adrian Turjak
Public bug reported: In the horizon tests we have data for V2 and models that look like the V2 data. Our tests don't use that, so even though our default version is V2, our tests are acting as if everything is v1:

[Yahoo-eng-team] [Bug 1755056] [NEW] role assignment query filter names inconsistent

2018-03-11 Thread Adrian Turjak
Public bug reported: The role assignment list API has filters in the style of "user.id" rather than "user_id". This is odd since every other API in Keystone appears to be with "_", including some of the other filters on role assignment itself.

[Yahoo-eng-team] [Bug 1763204] [NEW] wsgi.py is missing

2018-04-11 Thread Adrian Turjak
Public bug reported: Horizon was likely started very early along with Django, and thus has the old format wsgi file as "django.wsgi". https://github.com/openstack/horizon/tree/master/openstack_dashboard/wsgi This is not how django names this file anymore, nor how it is really used.

[Yahoo-eng-team] [Bug 1757112] [NEW] wrong variable name in context_processors.py

2018-03-20 Thread Adrian Turjak
Public bug reported: In the patch that added user menu links, the variable name for disabling v2 rc files was renamed by accident it seems in the context_processors.py module.

[Yahoo-eng-team] [Bug 1805469] [NEW] nova extension checking is broken

2018-11-27 Thread Adrian Turjak
/horizon/blob/master/openstack_dashboard/api/nova.py#L1090 ** Affects: horizon Importance: Undecided Assignee: Adrian Turjak (adriant-y) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1823089] [NEW] modal js code can't handle file download

2019-04-03 Thread Adrian Turjak
Undecided Assignee: Adrian Turjak (adriant-y) Status: In Progress ** Summary changed: - modal js code breaks on file download + modal js code can't handle file download -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1824484] [NEW] workflow modal add_item_link is broken

2019-04-12 Thread Adrian Turjak
Public bug reported: When using add_item_link in a workflow action (like the workflow for allocating a floating ip to an instance), the modal throws an error and never returns to the original action. The form view for the floating ip allocation action is returning the following:

[Yahoo-eng-team] [Bug 1840090] [NEW] Cannot reparent projects

2019-08-13 Thread Adrian Turjak
Public bug reported: For a variety of reasons Keystone needs the ability to 'safely' reparent a project (and children). This should be able to be done via and API, and should be able to be done on an enabled project. It should invalidate any tokens related to that project (and children) as

[Yahoo-eng-team] [Bug 1839577] [NEW] totp should support previous windows

2019-08-08 Thread Adrian Turjak
Public bug reported: TOTP auth should allow at least 1 previous window to be included during auth to limit time sync issues and generally better UX. Optionally this should be configurable (or disabled). ** Affects: keystone Importance: Undecided Assignee: Adrian Turjak (adriant-y