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

Create Entry bug #236

Closed
maia-iyer opened this issue May 31, 2023 · 1 comment · Fixed by #294
Closed

Create Entry bug #236

maia-iyer opened this issue May 31, 2023 · 1 comment · Fixed by #294
Assignees
Labels
bug Something isn't working
Milestone

Comments

@maia-iyer
Copy link
Collaborator

{
    "results": [
        {
            "status": {
                "code": 13,
                "message": "failed to create entry: datastore-sql: table registered_entries has no column named x509_svid_ttl"
            }
        }
    ]
}

Response when creating any entry.
Suspect it has something to do update to SPIRE which deprecates the ttl flag in favor of more descriptive x509_svid_ttl and jwt_svid_ttl flags.

@maia-iyer maia-iyer added the bug Something isn't working label May 31, 2023
@maia-iyer maia-iyer added this to the 1.3.x milestone May 31, 2023
@maia-iyer maia-iyer self-assigned this May 31, 2023
@maia-iyer
Copy link
Collaborator Author

maia-iyer commented May 31, 2023

Three steps to fix this I think:

  • update spire-server version in quickstart gets rid of bug, but removes ttl functionality
  • add back ttl functionality by adjusting request format in frontend
  • optional/to decide: add some warning in backend for this issue?

These changes will probably introduce some restrictions on SPIRE server version compatibility with Tornjak version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants