adutra opened a new pull request, #940:
URL: https://github.com/apache/polaris/pull/940

   This was initially done in support of #878, which has been closed.
   
   But I think that the feature is still useful, so I went ahead and opened a 
PR.
   
   `PolarisCredentialsBootstrap` has been refactored into two components in 
order to facilitate JSON and YAML parsing: `RootCredentialsSet` and 
`RootCredentials`.
   
   The expected YAML format is as follows:
   
   ```yaml
   realm1:
     client-id: client1
     client-secret: secret1
   realm2:
     client-id: client2
     client-secret: secret2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to