You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to implement a system similar to the own_index using the username in an index pattern, however my usernames come from the OpenID sub claim which can (and does) contain uppercase characters, as can OpenSearch Security usernames in general. Thus the index pattern the user has access to contains uppercase characters.
There's one small issue with this: OpenSearch doesn't allow uppercase characters in index names. It's therefore impossible to create an index that matches the pattern the user can access!
The text was updated successfully, but these errors were encountered:
sebovzeoueb
added
bug
Something isn't working
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 1, 2024
cwperks
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 7, 2024
I've been trying to implement a system similar to the
own_index
using the username in an index pattern, however my usernames come from the OpenIDsub
claim which can (and does) contain uppercase characters, as can OpenSearch Security usernames in general. Thus the index pattern the user has access to contains uppercase characters.There's one small issue with this: OpenSearch doesn't allow uppercase characters in index names. It's therefore impossible to create an index that matches the pattern the user can access!
The text was updated successfully, but these errors were encountered: