Hi.
I would like to set up a time series scoped iam group - that is scoped with read access to specific time series.
For other resources (e.g. data sets), the scope can be set with reference to the external id. But for time series, it fails unless the internal id is used. Is external-id referencing of time series IDs for timeseriesAcl on the roadmap?
capabilities:
- timeSeriesAcl:
actions:
- READ
scope:
idScope:
ids:
- my.external.id
*******
ValueError: invalid literal for int() with base 10: 'my.external.id'