logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Mike Danese, Margo Crawford
2022-05-19

tldr - powered by Generative AI

The presentation discusses authentication and authorization in the context of a test server, covering how to indicate a path that requires authentication, setting up credentials at different levels of specificity, and the hierarchy of authentication attempts.
  • Authentication can be indicated on a path by locking a padlock icon
  • Credentials can be set at different levels of specificity, including the global organizational level, the warehouse server level, the client level, and the path level
  • The program will attempt to authenticate using the most specific credentials first, following a hierarchy from path to client to warehouse to global
  • An anecdote is provided where the presenter intentionally sets incorrect credentials at the path level to demonstrate the hierarchy of authentication attempts