[Yahoo-eng-team] [Bug 2027729] [NEW] Federation docs for OIDC recommend implicit grant

2023-07-13 Thread Kristi Nikolla
Public bug reported: The documentation for setting up OIDC says to use id_token in OIDCResponseType instead of code (or omitting the line entirely since code is the default). https://docs.openstack.org/keystone/latest/admin/federation/configure_federation.html#configuring-

[Yahoo-eng-team] [Bug 1786646] Re: Domain Existence Leaking without authentication

2020-06-30 Thread Kristi Nikolla
** Changed in: keystone Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1786646 Title: Domain Existence Leaking without

[Yahoo-eng-team] [Bug 1877720] Re: test-bug

2020-05-19 Thread Kristi Nikolla
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1877720 Title: test-bug Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1877709] Re: test-bug

2020-05-19 Thread Kristi Nikolla
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1877709 Title: test-bug Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1856190] Re: Logout button for use with SSO/Mellon based integrations

2019-12-13 Thread Kristi Nikolla
Hi Lorenzo, this is was a Horizon bug and is being tracked here. https://bugs.launchpad.net/horizon/+bug/1747149 ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1809116] [NEW] Renewable Application Credentials

2018-12-19 Thread Kristi Nikolla
the application credential to log in with the same authorization in the external identity provider, in order to renew it. ** Affects: keystone Importance: Undecided Assignee: Kristi Nikolla (knikolla) Status: New ** Tags: federation -- You received this bug notification

[Yahoo-eng-team] [Bug 1776161] Re: my own test bug

2018-06-12 Thread Kristi Nikolla
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1776161 Title: my own test bug Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1760205] [NEW] A deleted federated user cannot be recreated for some time

2018-03-30 Thread Kristi Nikolla
Public bug reported: When you delete a shadow user and the user tries to log in again through federation, they'll get a can't find user error. Retrying after 10 (or so) minutes works. My Setup 1. devstack-idp is the identity provider for service provider devstack-sp1, using Keystone to

[Yahoo-eng-team] [Bug 1754048] [NEW] Federated domain is reported when validating a federated token

2018-03-07 Thread Kristi Nikolla
Public bug reported: Prior to introducing per idp domains, all federated users lived in the Federated domain. That is not the case anymore but Keystone keeps reporting that federated users are part of that domain rather their per- idp domains. Token validation:

[Yahoo-eng-team] [Bug 1747149] [NEW] LOGOUT_URL setting has no effect

2018-02-03 Thread Kristi Nikolla
Public bug reported: Setting LOGOUT_URL in `etc/openstack-dashboard/local_settings.py` has no effect on the URL displayed in the dropdown menu. It still points to `/dashboard/auth/logout/`. Setting this value is important when using SSO so as to redirect the user to the SSO logout page, and then

[Yahoo-eng-team] [Bug 1738895] [NEW] Filtering by name doesn't work for federated users when listing

2017-12-18 Thread Kristi Nikolla
Public bug reported: When attempting to filter users by name, it works for local users, but doesn't work for federated users. Pasted shell session shows: 1. Listing all users shows federated users too. 2. Filtering by name a federated user doesn't work. 3. Filtering by name a local user works.

[Yahoo-eng-team] [Bug 1696111] Re: Keystone confuses users when creating a trust when there's a roles name conflict

2017-06-14 Thread Kristi Nikolla
Also affects python-keystoneclient as it only support names. [0] Agree that the correct solution is to allow ids also. 0. https://github.com/openstack/python- keystoneclient/blob/71af540c81ecb933d912ef5ecde128afcc0deeeb/keystoneclient/v3/contrib/trusts.py#L41 ** Also affects:

[Yahoo-eng-team] [Bug 1676497] [NEW] bindep returns wrong package name for libssl-dev in redhat

2017-03-27 Thread Kristi Nikolla
Public bug reported: The libssl-dev package is registered in bindep.txt for both ubuntu and rpm distros. The actual name of the package in red hat distros is openssl-devel. [fedora@desire keystone]$ bindep platform:rpm Missing packages: libssl-dev ** Affects: keystone Importance:

[Yahoo-eng-team] [Bug 1544721] [NEW] Policy for listing service providers requires admin

2016-02-11 Thread Kristi Nikolla
Public bug reported: When creating a v3 keystoneclient using non admin credentials I'm able to get the list of service providers from the service catalog, but the policy doesn't allow to list or get service providers by default. >>> ksclient2.service_catalog.catalog[u'service_providers']