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

cadc-inventory-db update to support node size metadata and workflow #557

Merged
merged 17 commits into from
Mar 13, 2024
Merged

cadc-inventory-db update to support node size metadata and workflow #557

merged 17 commits into from
Mar 13, 2024

Conversation

pdowler
Copy link
Member

@pdowler pdowler commented Feb 27, 2024

No description provided.

@pdowler
Copy link
Member Author

pdowler commented Mar 12, 2024

known: CI fail is due to an API change that breaks ringhold

vault-quota/Design.md Show resolved Hide resolved
vault/README.md Outdated Show resolved Hide resolved
@@ -193,8 +193,8 @@ private List<Protocol> handleDataNode(DataNode node, String filename, Transfer t
log.debug("requested protocol: " + p);
if (!protoURIs.contains(p.getUri())) {
Protocol anonProto = new Protocol(p.getUri());
anonProto.setSecurityMethod(Standards.SECURITY_METHOD_ANON);
artifactTrans.getProtocols().add(p);
//anonProto.setSecurityMethod(Standards.SECURITY_METHOD_ANON);
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove commented out code

@pdowler pdowler merged commit 347773c into opencadc:vos2 Mar 13, 2024
1 check failed
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