Skip to content

AGNT-586 Add support for simplified key delivery#811

Merged
yinan-symphony merged 4 commits into
finos:mainfrom
FabienVSymphony:AGNT-585
Nov 14, 2024
Merged

AGNT-586 Add support for simplified key delivery#811
yinan-symphony merged 4 commits into
finos:mainfrom
FabienVSymphony:AGNT-585

Conversation

@FabienVSymphony

@FabienVSymphony FabienVSymphony commented Nov 12, 2024

Copy link
Copy Markdown
Contributor

Description

Closes #[AGNT-585]

When simplified key delivery is enabled and agent is running a version >= 24.12 we stop retrieving the keymanager token. This allows the user to run bots on cloud where an on premise key manager is not available

Dependencies

We depend on finos/symphony-api-spec#199 being merged before we can merge this PR as we use the swagger definitions to generate our APIs

@FabienVSymphony FabienVSymphony changed the title AGNT-585 Add support for simplified key delivery AGNT-586 Add support for simplified key delivery Nov 13, 2024
Comment thread symphony-bdk-core/build.gradle Outdated

// OpenAPI code generation
def apiBaseUrl = "https://raw.githubusercontent.com/finos/symphony-api-spec/30fcab0fe6eaa26dcc46e7dc5909467332ec8d0d"
def apiBaseUrl = "https://raw.githubusercontent.com/FabienVSymphony/symphony-api-spec/refs/heads/AGNT-585/"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this should be finos link

import java.util.regex.Matcher;
import java.util.regex.Pattern;

@Slf4j

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

java doc pls


import org.apiguardian.api.API;

@API(status = API.Status.INTERNAL)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

java doc pls

@yinan-symphony yinan-symphony left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

by adding java docs on the two new classes, we are good.

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.

4 participants