Skip to content

Commit

Permalink
Lifecycle: add invite to supported apps
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Feb 23, 2024
1 parent 2fcafc0 commit 8c6eea5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/lifecycle/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ parameters:
username: "{{ teams_api_lifecycle_username }}"
password: "{{ teams_api_lifecycle_password }}"
verify_ssl: true
invite:
url: 'https://invite.{{ base_domain }}/api/'
username: "{{ invite.lifecycle_user }}"
password: "{{ invite.lifecycle_secret }}"
verify_ssl: true
attribute-aggregation-server:
url: 'https://aa.{{ base_domain}}/aa/api/'
username: "{{ attribute_aggregator_api_lifecycle_username }}"
Expand Down

0 comments on commit 8c6eea5

Please sign in to comment.