About 50 results
Open links in new tab
  1. Use managed identity to access storage account with persistent …

    Sep 13, 2024 · If you don't want to add a secret manually, the CSI driver will use the kubelet identity, which is a user-assigned managed identity created by AKS at cluster creation (unless …

  2. BAT file to map to network drive without running as admin

    May 8, 2014 · I'm trying to create a .bat file that will map to a network drive when it is clicked (it would be even better if it could connect automatically on login if connected to the network, …

  3. Fixing Fortify Cross-Site Scripting: Persistent Error

    Jan 23, 2024 · Data enters a web application through an untrusted source. In the case of persistent (also known as stored) XSS, the untrusted source is typically a database or other …

  4. What are the different NameID format used for? - Stack Overflow

    Here're my understandings about this, with the Identity Federation Use Case to give a details for those concepts: Persistent identifiers- IdP provides the Persistent identifiers, they are used for …

  5. Set a persistent environment variable from cmd.exe

    May 5, 2011 · Set a persistent environment variable from cmd.exe Asked 14 years, 9 months ago Modified 2 years, 3 months ago Viewed 232k times

  6. How can I mount the same persistent volume on multiple pods?

    Jun 10, 2020 · If you need your PersistentVolume to be available in ReadOnlyMany mode, GCE Persistent Disk is a perfect solution that entirely meets your requirements. It can be mounted …

  7. Mapping a network drive and having trouble saving password

    Mar 27, 2014 · I'm changing file servers soon, and cmdkey really saves the day here: I can now script how to forget the old credentials and store new ones, and my new persistent share …

  8. trouble unpickling a file _pickle.UnpicklingError: A load persistent …

    Dec 5, 2023 · trouble unpickling a file _pickle.UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified Asked 2 years, 2 months ago …

  9. PWA persistent storage best practice - Stack Overflow

    Jun 7, 2020 · What is best practice for a PWA to store user generated data in a persistent way? My app lets the user generate up to 5 MB of data that needs to be stored and accessed …

  10. Why a Kubernetes persistent volume does not have namespace?

    Apr 15, 2024 · Persistent volumes (PVs) in Kubernetes are cluster-wide resources, meaning they do not belong to any specific namespace. This is why when you check for PVs using kubectl, …