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
Queried Object Storage Bucket names are not retrieved and instead are displayed as okit-osb001 etc. These OKIT generated bucket names are shown in all three places: the Palate Explorer, the main Canvas, and the Properties window. Other OS bucket details such as the creation date and creation user are accurate.
Example:
Command: grep -i ociObjectStorageBuckets /okit/log/okit-debug.log | grep name does indeed show the name in the DEBUG log entries JSON (not pasted here for brevity).
Possible issue (guessing) is Storage Bucket name length - all buckets in compartment are more than 22 characters in length.
Using latest version of OKIT via Docker container (downloaded from registry on Jan 11, 2021). Specific version details:
Version 0.15.0 (9th December 2020)
The text was updated successfully, but these errors were encountered:
Queried Object Storage Bucket names are not retrieved and instead are displayed as
okit-osb001
etc. These OKIT generated bucket names are shown in all three places: the Palate Explorer, the main Canvas, and the Properties window. Other OS bucket details such as the creation date and creation user are accurate.Example:
Command:
grep -i ociObjectStorageBuckets /okit/log/okit-debug.log | grep name
does indeed show the name in the DEBUG log entries JSON (not pasted here for brevity).Possible issue (guessing) is Storage Bucket name length - all buckets in compartment are more than 22 characters in length.
Using latest version of OKIT via Docker container (downloaded from registry on Jan 11, 2021). Specific version details:
The text was updated successfully, but these errors were encountered: