Thought we could leverage this
https://github.com/pelican-dev/wings/blob/0566b8389cd4f5063d4c85fa2365dfe4b97aaa27/server/server.go#L171
then once those are redacted we could even send details in server.InstallCompletedEvent so you can have complete install logs on the panel (we would also have to redact those in the output).
Then the Panel will filter out which KeyValue to show the user based on if the variable is viewable.
Thought we could leverage this
https://github.com/pelican-dev/wings/blob/0566b8389cd4f5063d4c85fa2365dfe4b97aaa27/server/server.go#L171
then once those are redacted we could even send details in
server.InstallCompletedEventso you can have complete install logs on the panel (we would also have to redact those in the output).Then the Panel will filter out which KeyValue to show the user based on if the variable is viewable.