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

podman image sign does not accept --authfile parameter #10866

Closed
itewk opened this issue Jul 6, 2021 · 11 comments · Fixed by #12270
Closed

podman image sign does not accept --authfile parameter #10866

itewk opened this issue Jul 6, 2021 · 11 comments · Fixed by #12270
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue

Comments

@itewk
Copy link

itewk commented Jul 6, 2021

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind feature

Description

podman image sign does not accept the authfile parameter. To be consistent and to support those that can not use the default auth file location, need support for this flag.

Steps to reproduce the issue:

  1. attempt to use the --authfile parameter for podman image sign

Describe the results you received:
podman image sign does not accept the authfile parameter.

Describe the results you expected:
podman image sign should accept the authfile parameter.

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

Version:      3.0.2-dev
API Version:  3.0.0
Go Version:   go1.15.13
Built:        Tue Jun  8 07:52:06 2021
OS/Arch:      linux/amd64

Output of podman info --debug:

host:
  arch: amd64
  buildahVersion: 1.19.8
  cgroupManager: systemd
  cgroupVersion: v1
  conmon:
    package: conmon-2.0.26-1.module+el8.4.0+10607+f4da7515.x86_64
    path: /usr/bin/conmon
    version: 'conmon version 2.0.26, commit: b883692702312720058141f16b6002ab26ead2e7'
  cpus: 2
  distribution:
    distribution: '"rhel"'
    version: "8.4"
  eventLogger: file
  hostname: bastion.tssc.rht-set.com
  idMappings:
    gidmap: null
    uidmap: null
  kernel: 4.18.0-305.el8.x86_64
  linkmode: dynamic
  memFree: 2309537792
  memTotal: 3915423744
  ociRuntime:
    name: runc
    package: runc-1.0.0-73.rc93.module+el8.4.0+11311+9da8acfb.x86_64
    path: /usr/bin/runc
    version: |-
      runc version spec: 1.0.2-dev
      go: go1.15.13
      libseccomp: 2.5.1
  os: linux
  remoteSocket:
    path: /run/podman/podman.sock
  security:
    apparmorEnabled: false
    capabilities: CAP_NET_RAW,CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: false
    seccompEnabled: true
    selinuxEnabled: true
  slirp4netns:
    executable: ""
    package: ""
    version: ""
  swapFree: 0
  swapTotal: 0
  uptime: 507h 13m 20.53s (Approximately 21.12 days)
registries:
  search:
  - registry.access.redhat.com
  - registry.redhat.io
  - docker.io
store:
  configFile: /etc/containers/storage.conf
  containerStore:
    number: 3
    paused: 0
    running: 0
    stopped: 3
  graphDriverName: overlay
  graphOptions:
    overlay.mountopt: nodev,metacopy=on
  graphRoot: /var/lib/containers/storage
  graphStatus:
    Backing Filesystem: xfs
    Native Overlay Diff: "false"
    Supports d_type: "true"
    Using metacopy: "true"
  imageStore:
    number: 270
  runRoot: /var/run/containers/storage
  volumePath: /var/lib/containers/storage/volumes
version:
  APIVersion: 3.0.0
  Built: 1623138726
  BuiltTime: Tue Jun  8 07:52:06 2021
  GitCommit: ""
  GoVersion: go1.15.13
  OsArch: linux/amd64
  Version: 3.0.2-dev

Package info (e.g. output of rpm -q podman or apt list podman):

podman-3.0.1-7.module+el8.4.0+11311+9da8acfb.x86_64

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)

No

Additional environment details (AWS, VirtualBox, physical, etc.):
not environment specific.

@openshift-ci openshift-ci bot added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 6, 2021
@jvanz
Copy link
Contributor

jvanz commented Jul 7, 2021

I would like to work on this.

@Luap99
Copy link
Member

Luap99 commented Jul 7, 2021

@jvanz Thanks. You got it.

@itewk
Copy link
Author

itewk commented Jul 7, 2021

thanks for the attention and passion @jvanz

@github-actions
Copy link

github-actions bot commented Aug 7, 2021

A friendly reminder that this issue had no activity for 30 days.

@rhatdan
Copy link
Member

rhatdan commented Aug 7, 2021

@jvanz Any progress?

@github-actions
Copy link

github-actions bot commented Sep 7, 2021

A friendly reminder that this issue had no activity for 30 days.

@itewk
Copy link
Author

itewk commented Sep 7, 2021

i know this is something we could still use.

@rhatdan
Copy link
Member

rhatdan commented Sep 8, 2021

#10975 is working to close this issue.

@github-actions
Copy link

github-actions bot commented Oct 9, 2021

A friendly reminder that this issue had no activity for 30 days.

@itewk
Copy link
Author

itewk commented Oct 11, 2021

bump ?

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

rhatdan pushed a commit to rhatdan/podman that referenced this issue Nov 11, 2021
Adds the --authfile command line argument to allow users to define the
signature file name.

Replaces: containers#10975
Fixes: containers#10866

Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan pushed a commit to rhatdan/podman that referenced this issue Nov 11, 2021
Adds the --sigfile command line argument to allow users to define the
signature file name.

Replaces: containers#10975
Fixes: containers#10866

Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan pushed a commit to rhatdan/podman that referenced this issue Nov 11, 2021
Adds the --sigfile command line argument to allow users to define the
signature file name.

Replaces: containers#10975
Fixes: containers#10866

Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan pushed a commit to rhatdan/podman that referenced this issue Nov 11, 2021
Adds the --authfile command line argument to allow users to use
alternative authfile paths when signing images.

Replaces: containers#10975
Fixes: containers#10866

Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue
Projects
None yet
4 participants