Muthuraj Ramasamy
Muthuraj Ramasamy
@bmellish Thanks for the steps provided! It really helped me to solve the problem. I took a little different approach in implementation 1) Created a new gradle task to store...
@amybachir I'm struck at the same issue. Can you help with the workaround fix you tried.
@neonihil There might be some easy way of specifying the application configurations. I used below steps to override the user and password with the assumption that the KfDef config file...
@tyg03485 I don't see config.issuer in https://dexidp.io/docs/connectors/google/. Is this undocumented functionality?
@tyg03485 Thanks! I remember fixing the issue the same way but it has to be done through patch after installation as URL has to accessible. saml connector provides explicit override...
@revolutionisme @icereed A patch for the minio deployment using s3 gateway can be applied as a temporary solution. An example, ``` apiVersion: apps/v1 kind: Deployment metadata: name: minio spec: template:...