dcremonini commented on PR #201:
URL: 
https://github.com/apache/openserverless-task/pull/201#issuecomment-4653588423

   ### How to test
   
   Open a terminal.
   
   Let's say that you want to set the PostgreSQL password.
    
   With the old configurator, you have to run the command below:
   
   ```
   ops -config POSTGRES_PASSWORD=Pi3m7Oqdq5ck
   ```
   There should be no output here.
   
   To read the current value:
   
   ```
   ops -config POSTGRES_PASSWORD
   ```
   The output should be `Pi3m7Oqdq5ck`
   
   Now from the util/config/configurator folder run the interactive tool with 
the command
   
   ```
   bun run start -- all-config-parameters.toml
   ```
   
   and navigate to postgresql, then set the password to `AAAABBBB` (password 
characters are hidden) 
   then
    - go back to components,
    - exit the configuration,
    - and finally apply the configuration directly.
   
   After the tool applied the configuration, you can run again the command 
needed to show the value of the `POSTGRES_PASSWORD` parameter:
   
   ```
   ops -config POSTGRES_PASSWORD
   ```
   
   The output should be `AAAABBBB`
   
   


-- 
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