So I have a Snowflake instance I am trying to setup for (pub/priv) key authentication for each user w/ key rotation.
Every user has a akeyless account and I'm new to akeyless/secret mgmt systems in general. After reading the docs though I feel more lost.
At first glance it seems that I should create a static secret for each user, store the public key in the sf db and store the private in the akeyless static...but as I look more into rotated secrets and encryption keys it feels that I could let akeyless take care of the actual rotation and generation. Would like to hear the communities experience and findings with this.
Thanks in advance!