Open rhafer opened 2 years ago
ocis has still quite a few place where it using hardcoded UUIDs:
I think we need to address all of these to make sure the UUIDs we use are really globally unique (across instances)
cc @dragonchaser @C0rby @butonic @micbar
see also https://github.com/owncloud/ocis/issues/5064
@rhafer still relevant or can we close? all links in the bug description lead to 404 - page not found
404 - page not found
@ScharfViktor this issue predates the extensions to services rename.
extensions
services
Still valid:
https://github.com/owncloud/ocis/blob/f74f656ba9aec114eedae07dab56c8e6a3ff6cb9/services/settings/pkg/store/defaults/defaults.go#L9-L26
https://github.com/owncloud/ocis/blob/f74f656ba9aec114eedae07dab56c8e6a3ff6cb9/services/settings/pkg/store/metadata/store.go#L24
Is there a collision?
Describe the bug
ocis has still quite a few place where it using hardcoded UUIDs:
I think we need to address all of these to make sure the UUIDs we use are really globally unique (across instances)
cc @dragonchaser @C0rby @butonic @micbar