question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RFE: expose valid signing_intent choices to clients

See original GitHub issue

Clients can send a signing_intent argument to buildContainer tasks. Is there any way for clients programmatically discover a list of valid options for that field?

I see the signing intents are defined in https://osbs.readthedocs.io/en/latest/admins.html#server-side-configuration-for-atomic-reactor , but is there any way for me to read that information as a non-administrator client?

The rpkg CLI has a --signing-intent argument, but rpkg container-build --help does not show the list of possible choices.

koji --noauth call system.methodHelp buildContainer gives me the API doc for the buildContainer task, but that text says to read builder_containerbuild.py. The JSON Schema in PARAMS_SCHEMA in that file says:

"signing_intent": {
    "type": ["string", "null"],
    "description": "Signing intent of the ODCS composes."
},

So this string could be anything, and clients have to guess and check at the correct values, or learn it through some other form of tribal knowledge.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ktdreyercommented, Jul 22, 2021
0reactions
ktdreyercommented, Jul 22, 2021

And I put this into rpkg’ --help text also, https://pagure.io/rpkg/pull-request/565

Read more comments on GitHub >

github_iconTop Results From Across the Web

Request for Evidence (RFE), Explained - Boundless Immigration
An RFE, as the name suggests, is simply a request for more documentation. It means that the USCIS officer reviewing your application needs...
Read more >
How to Handle a Request for Evidence (RFE) From USCIS
USCIS might issue a Notice of Intent to Deny (NOID) rather than an RFE. This is a more negative determination that will require...
Read more >
USCIS COVID-19 Updates, History of News Alerts, Guidance
March 27th, 2020 : USCIS announced today that they are giving more flexibility with dates for submission of responses for Request for Evidence...
Read more >
221(g) and Visa Denials - Law Office of Keshab Raj Seadie, PC
It is a good sign if the consulate requests the individual's passport. Once a visa is approved, the consulate must stamp it into...
Read more >
Dr. Emilio T. Gonzalez, Director, USCIS cc: Michael Jackson, De
Yates (“Yates Memo”) regarding “Requests for Evidence (RFE) and Notices of. Intent to Deny (NOID)” reinforces current policy that applicants ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found