#hi there, started looking into Permify
1 messages · Page 1 of 1 (latest)
Hi @crude forge, welcome to the community 👋
Could you elabore more on the ask? we don't have any username or password in the config file
I am having a look at the configuration section: https://docs.permify.co/setting-up/configuration
specifically, when setting up the connection to postgres
The database section specifies the database engine and connection settings,
including the URI for the database, whether or not to auto-migrate the database,
and connection pool settings.
database:
engine: postgres
uri: postgres://user:password@host:5432/db_name
auto_migrate: false
max_open_connections: 20
max_idle_connections: 1
max_connection_lifetime: 300s
max_connection_idle_time: 60s
garbage_collection:
enabled: true
interval: 200h
window: 200h
timeout: 5m
got it
what do you want to replace the username and password with? Could you elaborate on that?
I guess you have an issue with providing the username and password there, right?
so I want to run it with azure managed identity, so that the username + password, would not be needed there https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview.
however for my first POC I don't think this is an issue, I was just curious if this is something that might be possible already and I just missed it in the docs
Thanks for the details, @crude forge. We do not have this functionality and currently don't have an integration with Azure to sync.