-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove keycloak specific configuration
Keycloak integration is now made independent of this cookiecutter. Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
1 parent
daadf93
commit c16d604
Showing
7 changed files
with
0 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
{{cookiecutter.project_name}}/environments/custom/configuration.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,4 @@ | ||
--- | ||
{%- if cookiecutter.with_keycloak|int %} | ||
# keycloak-oidc-client-config | ||
{% raw -%} | ||
keycloak_admin_id: "admin" | ||
keycloak_key_provider_component_name: "rsa-for-keystone" | ||
|
||
keystone_client_id: "keystone" | ||
keystone_redirect_uris: | ||
- "https://{{ kolla_external_fqdn }}:5000/redirect_uri" | ||
- "https://{{ kolla_external_fqdn }}" | ||
- "https://{{ kolla_external_vip_address }}:5000/redirect_uri" | ||
- "https://{{ kolla_external_vip_address }}" | ||
|
||
keycloak_private_key_file_path: "{{ configuration_directory }}/environments/custom/files/keycloak/private_key.pem" | ||
keycloak_private_key_data: "{{ lookup('file', keycloak_private_key_file_path)| regex_replace('\n', '\\\\n') }}" | ||
|
||
keycloak_certificate_file_path: "{{ configuration_directory }}/environments/custom/files/keycloak/cert.crt" | ||
keycloak_certificate_data: "{{ lookup('file', keycloak_certificate_file_path)| regex_replace('\n', '\\\\n') }}" | ||
{%- endraw %} | ||
{%- else %} | ||
# Dummy variable to avoid error because ansible does not recognize the | ||
# file as a good configuration file when no variable in it. | ||
dummy: | ||
{%- endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
141 changes: 0 additions & 141 deletions
141
{{cookiecutter.project_name}}/environments/kolla/files/overlays/keystone/wsgi-keystone.conf
This file was deleted.
Oops, something went wrong.