Hi, when I navigate to the Prefect Orion UI Block...
# prefect-community
j
Hi, when I navigate to the Prefect Orion UI Blocks -> Remote file System, and I have a S3 storage block, it shows credentials in the view:
Copy code
{
  "use_ssl": false,
  "key": "real-key",
  "secret": "real-password",
Is it possible to hide the credentials somehow from the UI? Is there a planned feature to make the storage block view not to show the information? I have 2.7.8 Orion installed.
c
Hi Jari, I think this issue addresses your question? https://github.com/PrefectHQ/prefect/issues/7562
j
Thanks!