Skip to content

Conversation

@sidd101010
Copy link

No description provided.

{% endfor %}
{% endif %}
data:
RSL_TOKEN: "{{ rslcfg.registration_key | b64encode }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registration_key is not the correct name of the variable


rsl:
url: "{{ rslcfg.url }}"
token : "{{ rslcfg.rsl_token }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The token should not be included here as it is a secret value. There should be a field called secretName whose value is {{ mas_aibroker_rsl_token_secret }}.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The field names also need to match those in https://github.ibm.com/maximoappsuite/ibm-mas-aibroker/pull/156

debug:
msg:
- "rsl url ................. {{ rslcfg.url }}"
- "rsl token ............. {{ rslcfg.rsl_token }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not print the secret token value.

@@ -0,0 +1,36 @@
- name: Read rsl config from environment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency I would write "rsl" in capital letters here in the human-readable message.

Base automatically changed from aib2op to master June 6, 2025 10:02
@durera
Copy link
Contributor

durera commented Jul 17, 2025

Not ready for review, moving to draft state

@durera durera marked this pull request as draft July 17, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants