Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.yml #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# main task to configure api protection definition
# Example:
# api_protection:
# definitions:
# - name: oauth-provider
# description: API protection for OAuth service provider
Expand All @@ -16,5 +17,6 @@
action: ibmsecurity.isam.aac.api_protection.definitions.set
isamapi: "{{ item | ibm.isam.exclude('clients') | ibm.isam.exclude('mapping_rules') }}"
with_items: "{{ api_protection.definitions | default([]) }}"
when: item.name == name
loop_control:
label: "{{ item.name }}"
notify: Commit Changes