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

Plfm 8720 #687

Merged
merged 12 commits into from
Jan 17, 2025
Merged

Plfm 8720 #687

merged 12 commits into from
Jan 17, 2025

Conversation

john-hill
Copy link
Member

No description provided.

{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
Copy link
Contributor

Choose a reason for hiding this comment

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

Read should be enough?

}

@Override
public void addToContext(VelocityContext context) {
String stack = repoConfig.getProperty(PROPERTY_KEY_STACK);
String instance = repoConfig.getProperty(PROPERTY_KEY_INSTANCE);
String agentName = new StringJoiner("-").add(stack).add(instance).add("agent").toString();

String openApiSchemaBucket = String.format("%s-configuration.sagebase.org", stack);
String openApiSchemakey = String.format("chat/openapi/%s/%s.json", instance, UUID.randomUUID().toString());
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of the UUID, the stack + instance should be enough for defining a version.

@john-hill john-hill merged commit b1bd3ed into Sage-Bionetworks:develop Jan 17, 2025
2 checks passed
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.

2 participants