i have to duplicate a vault instance in to a new region and the person who previously set up the other instances is no longer with us
i have successfully set up the new instance and am able to login as my oidc user with the “default” policy
however, once logged in as the oidc user, i do not see the secrets (kv) mount. i do see it as the root user.
i have compared roles and policies between this fresh instance and the other previously setup instances and they are identical
the only difference i could find is the provider_config setting.
in the new instance it is provider_config map[] and the old instances it is provider_config <nil>.
a) not sure provider_config is the missing link. if so, how do i set it?
b) if provider_config is not the missing link. where do i configure the new vault instance to allow logged in users to see the kv/secrets mount?
as a normal user, on one of the old instances, it show identity_policies [vault-admin]
however, on the new instance, i get permission denied. this is interesting. where is this being set?