Dear Ivy Team

In the Non-Docker world, we have a deployment IAR, which writes config values fed via a script.

With Docker we want to avoid that. The global variables we already configure them via app.yaml. What would be (in the future ?) the best way to configure permissions, iwa_applicationproperty, etc

Best regards, John

asked 16.07.2019 at 11:34

John%20Moser's gravatar image

John Moser
(suspended)
accept rate: 0%

Hi John

Since 7.3.1 application properties are configured via app.yaml (and removed from the database during the upgrade).

(29.07.2019 at 06:01) Andreas Rusch Andreas%20Rusch's gravatar image

Hi Andreas I am talking about the props such as those from the admin client, for example set "Default Pages Implementor" : https://ibb.co/6DmWvNN Or other parameters which can be set in the admin client (for example permissions)

(29.07.2019 at 08:58) John Moser John%20Moser's gravatar image

Hi John

From 7.2.1 application properties like e-mail notifications, standard processes and other application specific settings (including global variables) are configured in the app.yaml file.

Have a look at example configuration file <engine_path>/configuration/app.yaml to see what you can set.

As for permissions this is still needs to be configured in the database. I would recommend using a SQL script for that.

link

answered 30.07.2019 at 06:48

Andreas%20Rusch's gravatar image

Andreas Rusch
441145
accept rate: 92%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×20

Asked: 16.07.2019 at 11:34

Seen: 1,359 times

Last updated: 30.07.2019 at 06:48